Skip to content

Commit

Permalink
Break helm chart template to see err check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-vanyasin committed Oct 10, 2023
1 parent 79e08c4 commit 733e004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ deps/
enterprise.mk
license-header.enterprise.txt
local/
kustomize_test/
tools/codegen/boilerplate.go.txt
2 changes: 1 addition & 1 deletion chart/kube-arangodb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 733e004

Please sign in to comment.