File tree Expand file tree Collapse file tree 3 files changed +2276
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2276
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ resources:
77images :
88 - name : ghcr.io/authzed/spicedb-operator
99 newTag : latest
10+ generatorOptions :
11+ disableNameSuffixHash : true
12+ configMapGenerator :
13+ - name : update-graph
14+ namespace : spicedb-operator
15+ files :
16+ - update-graph.yaml
Original file line number Diff line number Diff line change @@ -29,13 +29,18 @@ spec:
2929 app : spicedb-operator
3030 app.kubernetes.io/instance : spicedb-operator
3131 spec :
32+ volumes :
33+ - configMap :
34+ defaultMode : 420
35+ name : update-graph
36+ name : config
3237 containers :
3338 - args :
3439 - run
3540 - -v=4
3641 - --crd=false
3742 - --config
38- - /opt/operator/config .yaml
43+ - /opt/operator/update-graph .yaml
3944 image : ghcr.io/authzed/spicedb-operator:latest
4045 livenessProbe :
4146 httpGet :
4651 periodSeconds : 10
4752 successThreshold : 1
4853 timeoutSeconds : 15
54+ volumeMounts :
55+ - mountPath : /opt/operator
56+ name : config
57+ readOnly : true
4958 name : spicedb-operator
5059 ports :
5160 - containerPort : 8080
You can’t perform that action at this time.
0 commit comments