19 lines
410 B
YAML
19 lines
410 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
# RPF-WP-0047. Read only by argocd/railiance01/applications/bao-notice.application.yaml.
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- manifests.yaml
|
||
|
|
|
||
|
|
generatorOptions:
|
||
|
|
disableNameSuffixHash: false
|
||
|
|
|
||
|
|
configMapGenerator:
|
||
|
|
- name: bao-notice-conf
|
||
|
|
namespace: bao-notice
|
||
|
|
files: [default.conf]
|
||
|
|
- name: bao-notice-html
|
||
|
|
namespace: bao-notice
|
||
|
|
files: [index.html]
|