fix: restore registry pull secret for nxtgauge pods

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-17 21:32:40 +05:30
parent 17f299346c
commit 1afae405f4
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- serviceaccount-default.yaml
- configmap.yaml
- secret.yaml
- ingress.yaml

View file

@ -0,0 +1,8 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: default
namespace: nxtgauge
imagePullSecrets:
- name: regcred