Replace all to oramap

This commit is contained in:
dvirlabs 2025-05-16 11:41:53 +03:00
parent 95fd642aea
commit fce24599df
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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.

View File

@ -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 }}