diff --git a/argocd-apps/ora-map.yaml b/argocd-apps/ora-map.yaml index 092c441..cebd323 100644 --- a/argocd-apps/ora-map.yaml +++ b/argocd-apps/ora-map.yaml @@ -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 diff --git a/charts/ora-map/Chart.yaml b/charts/ora-map/Chart.yaml index 412996b..c7a98b5 100644 --- a/charts/ora-map/Chart.yaml +++ b/charts/ora-map/Chart.yaml @@ -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. diff --git a/charts/ora-map/templates/_helpers.tpl b/charts/ora-map/templates/_helpers.tpl index 5893868..1767bb5 100644 --- a/charts/ora-map/templates/_helpers.tpl +++ b/charts/ora-map/templates/_helpers.tpl @@ -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 }} \ No newline at end of file