Skip to content

Commit

Permalink
feat(account-operator): adjust deployment and values to new configura…
Browse files Browse the repository at this point in the history
…tion format (#8)

* feat(account-operator): adjust deployment and values to new configuration format

* chore: linting issues
  • Loading branch information
aaronschweig authored Nov 15, 2024
1 parent a43be47 commit 7a0a348
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/account-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: account-operator-crds
repository: file://../account-operator-crds
version: 0.1.0
version: 0.1.4
- name: common
repository: file://../common
version: 0.1.3
digest: sha256:1137a90bc2e3cf90872532ab7fb07ca0e3659a95a20b7477d6ae521bdb44993b
generated: "2024-10-24T11:43:34.897978+02:00"
digest: sha256:ecdfbd09cac50aef69e9ea41eac7ef3e80284d8ab273ed416daadf48d89de053
generated: "2024-11-14T20:28:13.309725+01:00"
4 changes: 2 additions & 2 deletions charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.2.26
version: 0.2.27
appVersion: "0.93.0"
dependencies:
- name: account-operator-crds
version: 0.1.0
version: 0.1.4
condition: crds.enabled
repository: file://../account-operator-crds
- name: common
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified charts/account-operator/charts/common-0.1.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "{{ .Values.subroutines.namespace.enabled }}"
- name: SUBROUTINES_CREATOR_ENABLED
value: "{{ .Values.subroutines.creator.enabled }}"
- name: SUBROUTINES_FGA_ENABLED
value: "{{ .Values.subroutines.fga.enabled }}"
- name: SUBROUTINES_EXTENSION_ENABLED
value: "{{ .Values.subroutines.extension.enabled }}"
- name: SUBROUTINES_EXTENSION_READY_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ operator match the snapshot:
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "true"
- name: SUBROUTINES_CREATOR_ENABLED
- name: SUBROUTINES_FGA_ENABLED
value: "true"
- name: SUBROUTINES_EXTENSION_ENABLED
value: "true"
Expand Down Expand Up @@ -245,7 +245,7 @@ operator match the snapshot (with kubeconfigSecret):
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "true"
- name: SUBROUTINES_CREATOR_ENABLED
- name: SUBROUTINES_FGA_ENABLED
value: "true"
- name: SUBROUTINES_EXTENSION_ENABLED
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kcp:
subroutines:
namespace:
enabled: true
creator:
fga:
enabled: true
extension:
enabled: true
Expand Down

0 comments on commit 7a0a348

Please sign in to comment.