1
1
{{- if .Values.debug }}
2
2
{{- if .Values.debug.secretRef }}
3
3
{{- if .Values.secret.jwt.secretRef }}
4
- piVersion : v1
4
+ apiVersion : v1
5
5
kind : Secret
6
6
metadata :
7
- name : " {{ include " supabase.fullname" . }}-{{ . Values.secret.jwt.secretRef }}"
7
+ name : {{ . Values.secret.jwt.secretRef }}
8
8
labels :
9
9
{{- include "supabase.labels" . | nindent 4 }}
10
10
annotations :
@@ -18,10 +18,10 @@ data:
18
18
{{- end }}
19
19
{{- if .Values.secret.smtp.secretRef }}
20
20
---
21
- piVersion : v1
21
+ apiVersion : v1
22
22
kind : Secret
23
23
metadata :
24
- name : " {{ include " supabase.fullname" . }}-{{ . Values.secret.smtp.secretRef }}"
24
+ name : {{ . Values.secret.smtp.secretRef }}
25
25
labels :
26
26
{{- include "supabase.labels" . | nindent 4 }}
27
27
annotations :
@@ -33,10 +33,10 @@ data:
33
33
{{- end }}
34
34
{{- if .Values.secret.dashboard.secretRef }}
35
35
---
36
- piVersion : v1
36
+ apiVersion : v1
37
37
kind : Secret
38
38
metadata :
39
- name : " {{ include " supabase.fullname" . }}-{{ . Values.secret.dashboard.secretRef }}"
39
+ name : {{ . Values.secret.dashboard.secretRef }}
40
40
labels :
41
41
{{- include "supabase.labels" . | nindent 4 }}
42
42
annotations :
@@ -48,10 +48,10 @@ data:
48
48
{{- end }}
49
49
{{- if .Values.secret.db.secretRef }}
50
50
---
51
- piVersion : v1
51
+ apiVersion : v1
52
52
kind : Secret
53
53
metadata :
54
- name : " {{ include " supabase.fullname" . }}-{{ . Values.secret.db.secretRef }}"
54
+ name : {{ . Values.secret.db.secretRef }}
55
55
labels :
56
56
{{- include "supabase.labels" . | nindent 4 }}
57
57
annotations :
@@ -64,10 +64,10 @@ data:
64
64
{{- end }}
65
65
{{- if .Values.secret.analytics.secretRef }}
66
66
---
67
- piVersion : v1
67
+ apiVersion : v1
68
68
kind : Secret
69
69
metadata :
70
- name : " {{ include " supabase.fullname" . }}-{{ . Values.secret.analytics.secretRef }}"
70
+ name : {{ . Values.secret.analytics.secretRef }}
71
71
labels :
72
72
{{- include "supabase.labels" . | nindent 4 }}
73
73
annotations :
0 commit comments