Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Jun 27, 2024
1 parent 9c71428 commit 6de0aad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions charts/visual-regression-tracker/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
---
apiVersion: v1
kind: Secret
metadata:
name: {{ template "visual-regression-tracker.envSecretName" . }}
labels:
{{- include "visual-regression-tracker.labels" . | nindent 4 }}
type: Opaque
data:
env-config.js: {{ tpl (.Files.Get "files/env-config.js") $ | b64enc }}
{{ if and .Values.vrtConfig.elasticsearch.pass (not .Values.secrets.elasticsearch.useExisting) }}
---
apiVersion: v1
Expand Down

0 comments on commit 6de0aad

Please sign in to comment.