diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index fd07259dc..925975768 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -102,9 +102,7 @@ jobs: - run: command: make manifests - run: - command: | - RELEASE_MODE=community make manifests-verify - RELEASE_MODE=enterprise make manifests-verify + command: make manifests-verify workflows: version: 2 diff --git a/.gitignore b/.gitignore index 7ca7cd613..72c603532 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ deps/ enterprise.mk license-header.enterprise.txt local/ +kustomize_test/ tools/codegen/boilerplate.go.txt \ No newline at end of file diff --git a/chart/kube-arangodb/templates/deployment.yaml b/chart/kube-arangodb/templates/deployment.yaml index ce7af0522..d328cbe4a 100644 --- a/chart/kube-arangodb/templates/deployment.yaml +++ b/chart/kube-arangodb/templates/deployment.yaml @@ -10,7 +10,7 @@ {{ end -}} apiVersion: apps/v1 kind: Deployment -metadata: +meta data: name: {{ template "kube-arangodb.operatorName" . }} namespace: {{ .Release.Namespace }} {{- if .Values.operator.annotations }}