Skip to content

Commit

Permalink
Merge pull request #132 from vshn/race_condition
Browse files Browse the repository at this point in the history
Fixing race condition in first reconciliation
  • Loading branch information
wejdross authored Apr 4, 2023
2 parents f45b453 + 9f98bb5 commit f0116e4
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -89,6 +89,7 @@ local namespace = comp.KubeObject('v1', 'Namespace') +
[serviceNameLabelKey]: 'postgresql-standalone',
[serviceNamespaceLabelKey]: '',
'appuio.io/no-rbac-creation': 'true',
'appuio.io/organization': 'vshn',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
appuio.io/organization: vshn
name: ''
managementPolicy: Observe
providerConfigRef:
Expand Down Expand Up @@ -68,6 +69,7 @@ spec:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
appuio.io/organization: vshn
name: ''
providerConfigRef:
name: kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
appuio.io/organization: vshn
name: ''
managementPolicy: Observe
providerConfigRef:
Expand Down Expand Up @@ -68,6 +69,7 @@ spec:
appcat.vshn.io/claim-namespace: ''
appcat.vshn.io/servicename: postgresql-standalone
appuio.io/no-rbac-creation: 'true'
appuio.io/organization: vshn
name: ''
providerConfigRef:
name: kubernetes
Expand Down

0 comments on commit f0116e4

Please sign in to comment.