first commit
This commit is contained in:
10
templates/common/secret-ampint-docker-artifactory.yaml
Normal file
10
templates/common/secret-ampint-docker-artifactory.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if not (eq .Values.global.image.createPullSecret.dockerconfigjson "") }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ampint-docker-artifactory
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: {{ required "a valid dockerconfigjson is required for the secret ampint-docker-artifactory" .Values.global.image.createPullSecret.dockerconfigjson }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user