Skip to content

Commit

Permalink
Don't use stringData
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Jan 20, 2025
1 parent 21cdc74 commit 89ee3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flagsmith/templates/secrets-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metadata:
{{- include "flagsmith.labels" . | nindent 4 }}
app.kubernetes.io/component: api
type: Opaque
stringData:
DATABASE_URL: {{ include "flagsmith.api.databaseUrl" . | trim | quote }}
data:
DATABASE_URL: {{ include "flagsmith.api.databaseUrl" . | trim | b64enc | quote }}
---
{{/*
If no secrets were provided in values, check if a previously deployed secret exists
Expand Down

0 comments on commit 89ee3fc

Please sign in to comment.