mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
24 lines
390 B
YAML
24 lines
390 B
YAML
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: awx
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/managed-by: kustomize
|
|
app.kubernetes.io/part-of: awx
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
secretGenerator:
|
|
- name: awx-postgres-configuration
|
|
envs:
|
|
- db.env
|
|
- db.secret.env
|
|
|
|
resources:
|
|
- awx.yaml
|