+ ADD kubernetes deployment
This commit is contained in:
15
k8s/manifests/app/templates/0-github-container-registry.yaml
Normal file
15
k8s/manifests/app/templates/0-github-container-registry.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: bitnami.com/v1alpha1
|
||||
kind: SealedSecret
|
||||
metadata:
|
||||
annotations:
|
||||
sealedsecrets.bitnami.com/cluster-wide: "true"
|
||||
name: github-container-registry
|
||||
spec:
|
||||
encryptedData:
|
||||
.dockerconfigjson: {{ .Values.imagePullSealedSecret | quote }}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
sealedsecrets.bitnami.com/cluster-wide: "true"
|
||||
name: github-container-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
Reference in New Issue
Block a user