fix: restore registry pull secret for nxtgauge pods
This commit is contained in:
parent
17f299346c
commit
1afae405f4
2 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- serviceaccount-default.yaml
|
||||
- configmap.yaml
|
||||
- secret.yaml
|
||||
- ingress.yaml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: default
|
||||
namespace: nxtgauge
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
Loading…
Add table
Reference in a new issue