- Change postgresql-root-password to postgresql-bluemayne-password - Use actually existing secret
21 lines
429 B
YAML
21 lines
429 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: mas
|
|
|
|
resources:
|
|
- ../../base
|
|
- namespace.yaml
|
|
- resourcequota.yaml
|
|
- externalsecret.yaml
|
|
- serviceaccount.yaml
|
|
|
|
commonLabels:
|
|
environment: production
|
|
|
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
|
images:
|
|
- name: gitea0213.kro.kr/bluemayne/mas
|
|
newTag: main-sha-e5ac54f869099f9e8b27618760c411a30e4372b7
|
|
|