Skip to content

Commit

Permalink
Merge pull request #105 from vshn/feature/no_rbac_creation
Browse files Browse the repository at this point in the history
Disable RBAC creation by appuio-cloud-agent
  • Loading branch information
TheBigLee authored Mar 21, 2023
2 parents 184d119 + 2a7a028 commit 7f70c77
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions component/vshn_postgres.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ local namespace = comp.KubeObject('v1', 'Namespace') +
labels: {
[serviceNameLabelKey]: 'postgresql-standalone',
[serviceNamespaceLabelKey]: '',
'appuio.io/no-rbac-creation': 'true',
},
},
},
Expand Down
1 change: 1 addition & 0 deletions component/vshn_redis.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local composition =
labels: {
[serviceNameLabelKey]: 'redis-standalone',
[serviceNamespaceLabelKey]: '',
'appuio.io/no-rbac-creation': 'true',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
managementPolicy: Observe
providerConfigRef:
Expand Down Expand Up @@ -65,6 +66,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
providerConfigRef:
name: kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
managementPolicy: Observe
providerConfigRef:
Expand Down Expand Up @@ -65,6 +66,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
providerConfigRef:
name: kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: redis-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
managementPolicy: Observe
providerConfigRef:
Expand Down Expand Up @@ -65,6 +66,7 @@ spec:
labels:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: redis-standalone
appuio.io/no-rbac-creation: 'true'
name: ''
providerConfigRef:
name: kubernetes
Expand Down

0 comments on commit 7f70c77

Please sign in to comment.