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