Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Signed-off-by: Emirhan Durmuş <[email protected]>
  • Loading branch information
emirhandurmus committed Nov 13, 2024
1 parent a3c7cdb commit 1c2aea1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
},
"spec": {
"replicas": {
"controller": 2
"controller": 1
},
"database": {
"provider": "postgres",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ rules:
- get
- patch
- update

Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ rules:
- secrets
verbs:
- '*'

Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: iofog-operator

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
metadata:
type: object
spec:
description: ControlPlaneSpec defines the desired state of ControlPlane.
description: ControlPlaneSpec defines the desired state of a ControlPlane.
properties:
auth:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion operators/datasance-pot-operator/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back.
updateGraph: replace-mode
updateGraph: replaces-mode
reviewers:
- emirhandurmus

0 comments on commit 1c2aea1

Please sign in to comment.