File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ annotations:
22 category : Infrastructure
33apiVersion : v2
44appVersion : latest
5- version : 0.6.25
5+ version : 0.6.26
66name : localstack
77description : LocalStack - a fully functional local AWS cloud stack
88type : application
Original file line number Diff line number Diff line change @@ -8,19 +8,16 @@ metadata:
88 {{- include "localstack.labels" . | nindent 4 }}
99rules :
1010- apiGroups : [""] # "" indicates the core API group
11- resources : ["pods"]
11+ resources : ["pods", "services" ]
1212 verbs : ["*"]
1313- apiGroups : [""]
1414 resources : ["pods/log"]
1515 verbs : ["get"]
1616- apiGroups : [""]
1717 resources : ["pods/exec"]
1818 verbs : ["get", "create"]
19- - apiGroups : [""]
20- resources : ["services"]
21- verbs : ["get", "list"]
2219- apiGroups : ["apps"]
23- resources : ["deployments"]
20+ resources : ["deployments", "deployments/scale" ]
2421 verbs : ["*"]
2522{{- if .Values.role.extraRoles }}
2623{{ include "common.tplvalues.render" (dict "value" .Values.role.extraRoles "context" $) }}
You can’t perform that action at this time.
0 commit comments