Skip to content

Commit ed1dd54

Browse files
authored
fix: openmcp resource ordering (#5)
* fix: namespace must be applied before all other resources * feat: release v0.0.7
1 parent 1685abf commit ed1dd54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.6-dev
1+
v0.0.7

templates/openmcp/templates/resources/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- rbac.yaml
65
- namespace.yaml
6+
- rbac.yaml
77
- deployment.yaml
88

99
{{- if .Values.imagePullSecrets }}

0 commit comments

Comments
 (0)