X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Faaf%2Fcharts%2Faaf-sshsm%2Fcharts%2Faaf-sshsm-testca%2Ftemplates%2Fjob.yaml;h=fc993df96cdf98e1591619eaf64d514fb17197ae;hb=HEAD;hp=f905e04cdf4572bb9657131e08679b4c50b196ac;hpb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;p=it%2Fdep.git diff --git a/ric-aux/helm/aaf/charts/aaf-sshsm/charts/aaf-sshsm-testca/templates/job.yaml b/ric-aux/helm/aaf/charts/aaf-sshsm/charts/aaf-sshsm-testca/templates/job.yaml index f905e04c..fc993df9 100755 --- a/ric-aux/helm/aaf/charts/aaf-sshsm/charts/aaf-sshsm-testca/templates/job.yaml +++ b/ric-aux/helm/aaf/charts/aaf-sshsm/charts/aaf-sshsm-testca/templates/job.yaml @@ -44,7 +44,7 @@ spec: - /root/job_complete.py args: - -j - - "{{ include "common.namespace" . }}-aaf-sshsm-distcenter" + - "{{ .Release.Name }}-aaf-sshsm-distcenter" env: - name: NAMESPACE valueFrom: @@ -117,13 +117,13 @@ spec: path: /etc/localtime - name: {{ include "common.fullname" . }}-data persistentVolumeClaim: - claimName: {{ include "common.namespace" . }}-aaf-sshsm-data + claimName: {{ .Release.Name }}-aaf-sshsm-data - name: {{ include "common.fullname" . }}-dbus persistentVolumeClaim: - claimName: {{ include "common.namespace" . }}-aaf-sshsm-dbus + claimName: {{ .Release.Name }}-aaf-sshsm-dbus - name: {{ include "common.fullname" . }}-secrets secret: - secretName: {{ include "common.namespace" . }}-aaf-sshsm + secretName: {{ .Release.Name }}-aaf-sshsm imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key"