Skip to content

Commit aaa9030

Browse files
committed
ESO-49: Adds operand namespace static manifest and updates bindata
1 parent fda98df commit aaa9030

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: external-secrets

hack/update-external-secrets-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo "---- Patching manifest ----"
2727
-i ${MANIFESTS_PATH}/manifests.yaml
2828

2929
# regenerate all bindata
30-
rm -rf bindata/external-secrets
30+
rm -rf bindata/external-secrets/resources
3131
rm -f config/crd/bases/customresourcedefinition_*
3232

3333
# split into individual manifest files

pkg/operator/assets/bindata.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)