Skip to content

Commit

Permalink
apps wc: rename release
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-elastisys committed Dec 18, 2024
1 parent 450a7d1 commit f9edd9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helmfile.d/stacks/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ templates:
- values/userCRDs/mongodbcommunity/mongodb.yaml.gotmpl
- values/userCRDs/strimzi/kafka.yaml.gotmpl

extra-dev-rbac:
dev-rbac-extra:
inherit: [ template: rbac ]
condition: ck8sWorkloadCluster.enabled
chart: charts/user-crds
version: 1.0.0
name: extra-dev-rbac
name: dev-rbac-extra
needs:
- kube-system/user-rbac
labels:
app: dev-rbac
values:
- values/extra-dev-rbac.yaml.gotmpl
- values/dev-rbac-extra.yaml.gotmpl
2 changes: 1 addition & 1 deletion helmfile.d/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releases:
- inherit: [ template: admin-rbac ]
- inherit: [ template: dev-rbac ]
- inherit: [ template: dev-rbac-crds ]
- inherit: [ template: extra-dev-rbac ]
- inherit: [ template: dev-rbac-extra ]

- inherit: [ template: networkpolicies-common ]
- inherit: [ template: networkpolicies-service ]
Expand Down

0 comments on commit f9edd9b

Please sign in to comment.