William Petit
d12ebfc642
All checks were successful
Cadoles/bouncer/pipeline/pr-develop This commit looks good
15 lines
299 B
YAML
15 lines
299 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ./resources/service.yaml
|
|
- ./resources/deployment.yaml
|
|
|
|
configMapGenerator:
|
|
- name: bouncer-server-config
|
|
files:
|
|
- ./files/config.yml
|
|
- name: bouncer-server-env
|
|
literals:
|
|
- BOUNCER_LOG_LEVEL=2
|