Newer
Older

Michael McLeroy
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
configurations:
- transformer.yaml
namespace: bigbang
commonLabels:
owner: bigbang
resources:
- namespace.yaml
- gitrepository.yaml
- helmrelease.yaml
configMapGenerator:
- name: common
behavior: create
literals:
- values.yaml=
- name: environment
behavior: create
literals:
- values.yaml=
# Flux combines secrets and configmaps in `valuesFrom`. Kustomize
# cannot distinguish between them when applying suffixes. Therefore,
# the secrets must have different names than the configmaps
# While capital letters or dashes could be used, '-bb' was chosen
# to make the difference obvious at a glance
secretGenerator:
- name: common-bb
behavior: create
literals:
- values.yaml=
- name: environment-bb
behavior: create
literals:
- values.yaml=