Loading helm/capif/charts/ocf-register/templates/deployment.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: {{- with .Values.extraConfigPod }} {{- toYaml . | nindent 8 }} {{- end }} - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} Loading helm/capif/charts/ocf-register/values.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" extraConfigPod: {} # hostAliases: # - hostnames: # - "www.example.com" # ip: "1.2.3.4" podAnnotations: {} podLabels: {} Loading Loading
helm/capif/charts/ocf-register/templates/deployment.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: {{- with .Values.extraConfigPod }} {{- toYaml . | nindent 8 }} {{- end }} - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} Loading
helm/capif/charts/ocf-register/values.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" extraConfigPod: {} # hostAliases: # - hostnames: # - "www.example.com" # ip: "1.2.3.4" podAnnotations: {} podLabels: {} Loading