File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for https://github.com/k-orc/openstack-resource-contro
4
4
type : application
5
5
appVersion : 2.2.0
6
6
kubeVersion : " >=1.29.0-0"
7
- version : 0.1.6
7
+ version : 0.1.7
8
8
maintainers :
9
9
- name : Wiremind
10
10
url : https://github.com/wiremind/wiremind-helm-charts
Original file line number Diff line number Diff line change 50
50
apiVersion : rbac.authorization.k8s.io/v1
51
51
kind : ClusterRole
52
52
metadata :
53
+ labels :
54
+ {{ include "orc.labels" . | indent 4 }}
53
55
name : {{ include "orc.name" . }}-manager-role
54
56
rules :
55
57
- apiGroups :
@@ -105,6 +107,8 @@ rules:
105
107
apiVersion : rbac.authorization.k8s.io/v1
106
108
kind : ClusterRole
107
109
metadata :
110
+ labels :
111
+ {{ include "orc.labels" . | indent 4 }}
108
112
name : {{ include "orc.name" . }}-metrics-auth-role
109
113
rules :
110
114
- apiGroups :
Original file line number Diff line number Diff line change 81
81
{{- toYaml . | nindent 8 }}
82
82
{{- end }}
83
83
serviceAccountName : {{ include "orc.name" . }}-controller-manager
84
- terminationGracePeriodSeconds : 10
84
+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
85
85
{{- with .Values.updateStrategy }}
86
86
strategy :
87
87
{{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ updateStrategy:
9
9
rollingUpdate :
10
10
maxUnavailable : 1
11
11
12
+ terminationGracePeriodSeconds : 10
13
+
12
14
priorityClassName : system-cluster-critical
13
15
14
16
# nodeSelector: {}
You can’t perform that action at this time.
0 commit comments