Replace all to oramap
This commit is contained in:
parent
95fd642aea
commit
fce24599df
@ -8,10 +8,10 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: charts/ora-map
|
path: charts/oramap
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- ../../manifests/ora-map/values.yaml
|
- ../../manifests/oramap/values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: my-apps
|
namespace: my-apps
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ora-map
|
name: oramap
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
|
|
||||||
# A chart can be either an 'application' or a 'library' chart.
|
# A chart can be either an 'application' or a 'library' chart.
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{{- define "ora-map.name" -}}
|
{{- define "oramap.name" -}}
|
||||||
{{ .Chart.Name }}
|
{{ .Chart.Name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "ora-map.fullname" -}}
|
{{- define "oramap.fullname" -}}
|
||||||
{{ include "ora-map.name" . }}-{{ .Release.Name }}
|
{{ include "oramap.name" . }}-{{ .Release.Name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "ora-map.chart" -}}
|
{{- define "oramap.chart" -}}
|
||||||
{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Loading…
x
Reference in New Issue
Block a user