mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
528 B
YAML
27 lines
528 B
YAML
4 years ago
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namePrefix: ecr-
|
||
|
commonLabels:
|
||
|
app: ecr-credentials-sync
|
||
|
|
||
|
namespace: flux-system
|
||
|
|
||
|
bases:
|
||
|
- ../_base
|
||
|
## If not using IRSA, consider creating the following file via SOPS or SealedSecrets
|
||
|
# - encrypted-secret.yaml
|
||
|
|
||
|
patchesStrategicMerge:
|
||
|
- config-patches.yaml
|
||
|
- kubectl-patch.yaml
|
||
|
- reconcile-patch.yaml
|
||
|
|
||
|
## uncomment if using encrypted-secret.yaml
|
||
|
# vars:
|
||
|
# - name: ECR_SECRET_NAME
|
||
|
# objref:
|
||
|
# kind: Secret
|
||
|
# name: credentials-sync
|
||
|
# apiVersion: v1
|