File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
webhosting-operator/config/manager/with-dns Expand file tree Collapse file tree 3 files changed +12
-11
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ generatorOptions:
5
5
disableNameSuffixHash : true
6
6
7
7
configMapGenerator :
8
- - files :
9
- - controller_manager_config.yaml
10
- name : manager-config
8
+ - name : webhosting-operator
9
+ namespace : webhosting-system
10
+ files :
11
+ - config.yaml
11
12
12
13
patches :
13
14
- path : manager_patch.yaml
Original file line number Diff line number Diff line change 1
1
apiVersion : apps/v1
2
2
kind : Deployment
3
3
metadata :
4
- name : operator
5
- namespace : system
4
+ name : webhosting- operator
5
+ namespace : webhosting- system
6
6
spec :
7
7
template :
8
8
spec :
9
9
containers :
10
10
- name : manager
11
11
args :
12
- - --config=/controller_manager_config .yaml
12
+ - --config=/config .yaml
13
13
volumeMounts :
14
- - name : manager- config
15
- mountPath : /controller_manager_config .yaml
16
- subPath : controller_manager_config .yaml
14
+ - name : config
15
+ mountPath : /config .yaml
16
+ subPath : config .yaml
17
17
volumes :
18
- - name : manager- config
18
+ - name : config
19
19
configMap :
20
- name : manager-config
20
+ name : webhosting-operator
You can’t perform that action at this time.
0 commit comments