Skip to content

Commit

Permalink
fix: config drift with pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
vyas-n committed Apr 22, 2024
1 parent b0e9613 commit 65c8325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/templates/triggerer/triggerer-deployment.yaml
Expand Up @@ -292,7 +292,9 @@ spec:
emptyDir: {{- toYaml (default (dict) .Values.logs.emptyDirConfig) | nindent 12 }}
{{- else }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: logs
{{- if .Values.triggerer.persistence.annotations }}
annotations: {{- toYaml .Values.triggerer.persistence.annotations | nindent 10 }}
Expand Down

0 comments on commit 65c8325

Please sign in to comment.