Files
amplify-fusion/templates/common/secret-ampint-docker-artifactory.yaml
2026-01-21 17:37:42 +11:00

10 lines
377 B
YAML

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