11{ {- /*
22MONGODB_HOST env var secret name
33*/} }
4- { {- define " cf-common-0.12.1 .classic.mongodb-host-env-var-secret-name" } }
4+ { {- define " cf-common-0.12.2 .classic.mongodb-host-env-var-secret-name" } }
55 { {- if or .Values.mongodbHostSecretKeyRef .Values.global.mongodbHostSecretKeyRef } }
66{ {- printf (coalesce .Values.mongodbHostSecretKeyRef.name .Values.global.mongodbHostSecretKeyRef.name) } }
77 { {- else } }
8- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
8+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
99 { {- end } }
1010{ {- end } }
1111
1212{ {- /*
1313MONGODB_HOST env var secret key
1414*/} }
15- { {- define " cf-common-0.12.1 .classic.mongodb-host-env-var-secret-key" } }
15+ { {- define " cf-common-0.12.2 .classic.mongodb-host-env-var-secret-key" } }
1616 { {- if or .Values.mongodbHostSecretKeyRef .Values.global.mongodbHostSecretKeyRef } }
1717{ {- printf (coalesce .Values.mongodbHostSecretKeyRef.key .Values.global.mongodbHostSecretKeyRef.key) } }
1818 { {- else } }
@@ -23,18 +23,18 @@ MONGODB_HOST env var secret key
2323{ {- /*
2424MONGODB_USER env var secret name
2525*/} }
26- { {- define " cf-common-0.12.1 .classic.mongodb-user-env-var-secret-name" } }
26+ { {- define " cf-common-0.12.2 .classic.mongodb-user-env-var-secret-name" } }
2727 { {- if or .Values.mongodbUserSecretKeyRef .Values.global.mongodbUserSecretKeyRef } }
2828{ {- printf (coalesce .Values.mongodbUserSecretKeyRef.name .Values.global.mongodbUserSecretKeyRef.name) } }
2929 { {- else } }
30- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
30+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
3131 { {- end } }
3232{ {- end } }
3333
3434{ {- /*
3535MONGODB_USER env var secret key
3636*/} }
37- { {- define " cf-common-0.12.1 .classic.mongodb-user-env-var-secret-key" } }
37+ { {- define " cf-common-0.12.2 .classic.mongodb-user-env-var-secret-key" } }
3838 { {- if or .Values.mongodbUserSecretKeyRef .Values.global.mongodbUserSecretKeyRef } }
3939{ {- printf (coalesce .Values.mongodbUserSecretKeyRef.key .Values.global.mongodbUserSecretKeyRef.key) } }
4040 { {- else } }
@@ -45,18 +45,18 @@ MONGODB_USER env var secret key
4545{ {- /*
4646MONGODB_PASSWORD env var secret name
4747*/} }
48- { {- define " cf-common-0.12.1 .classic.mongodb-password-env-var-secret-name" } }
48+ { {- define " cf-common-0.12.2 .classic.mongodb-password-env-var-secret-name" } }
4949 { {- if or .Values.mongodbPasswordSecretKeyRef .Values.global.mongodbPasswordSecretKeyRef } }
5050{ {- printf (coalesce .Values.mongodbPasswordSecretKeyRef.name .Values.global.mongodbPasswordSecretKeyRef.name) } }
5151 { {- else } }
52- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
52+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
5353 { {- end } }
5454{ {- end } }
5555
5656{ {- /*
5757MONGODB_PASSWORD env var secret key
5858*/} }
59- { {- define " cf-common-0.12.1 .classic.mongodb-password-env-var-secret-key" } }
59+ { {- define " cf-common-0.12.2 .classic.mongodb-password-env-var-secret-key" } }
6060 { {- if or .Values.mongodbPasswordSecretKeyRef .Values.global.mongodbPasswordSecretKeyRef } }
6161{ {- printf (coalesce .Values.mongodbPasswordSecretKeyRef.key .Values.global.mongodbPasswordSecretKeyRef.key) } }
6262 { {- else } }
@@ -67,7 +67,7 @@ MONGODB_PASSWORD env var secret key
6767{ {- /*
6868MONGO_URI env var value
6969*/} }
70- { {- define " cf-common-0.12.1 .classic.mongo-uri-env-var-value" } }
70+ { {- define " cf-common-0.12.2 .classic.mongo-uri-env-var-value" } }
7171{ {- /*
7272Check for legacy global.mongoURI
7373*/} }
@@ -84,18 +84,18 @@ New secret implementation
8484{ {- /*
8585REDIS_URL env var secret name
8686*/} }
87- { {- define " cf-common-0.12.1 .classic.redis-url-env-var-secret-name" } }
87+ { {- define " cf-common-0.12.2 .classic.redis-url-env-var-secret-name" } }
8888 { {- if or .Values.redisUrlSecretKeyRef .Values.global.redisUrlSecretKeyRef } }
8989{ {- printf (coalesce .Values.redisUrlSecretKeyRef.name .Values.global.redisUrlSecretKeyRef.name) } }
9090 { {- else } }
91- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
91+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
9292 { {- end } }
9393{ {- end } }
9494
9595{ {- /*
9696REDIS_URL env var secret key
9797*/} }
98- { {- define " cf-common-0.12.1 .classic.redis-url-env-var-secret-key" } }
98+ { {- define " cf-common-0.12.2 .classic.redis-url-env-var-secret-key" } }
9999 { {- if or .Values.redisUrlSecretKeyRef .Values.global.redisUrlSecretKeyRef } }
100100{ {- printf (coalesce .Values.redisUrlSecretKeyRef.key .Values.global.redisUrlSecretKeyRef.key) } }
101101 { {- else } }
@@ -106,18 +106,18 @@ REDIS_URL env var secret key
106106{ {- /*
107107REDIS_PASSWORD env var secret name
108108*/} }
109- { {- define " cf-common-0.12.1 .classic.redis-password-env-var-secret-name" } }
109+ { {- define " cf-common-0.12.2 .classic.redis-password-env-var-secret-name" } }
110110 { {- if or .Values.redisPasswordSecretKeyRef .Values.global.redisPasswordSecretKeyRef } }
111111{ {- printf (coalesce .Values.redisPasswordSecretKeyRef.name .Values.global.redisPasswordSecretKeyRef.name) } }
112112 { {- else } }
113- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
113+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
114114 { {- end } }
115115{ {- end } }
116116
117117{ {- /*
118118REDIS_PASSWORD env var secret key
119119*/} }
120- { {- define " cf-common-0.12.1 .classic.redis-password-env-var-secret-key" } }
120+ { {- define " cf-common-0.12.2 .classic.redis-password-env-var-secret-key" } }
121121 { {- if or .Values.redisPasswordSecretKeyRef .Values.global.redisPasswordSecretKeyRef } }
122122{ {- printf (coalesce .Values.redisPasswordSecretKeyRef.key .Values.global.redisPasswordSecretKeyRef.key) } }
123123 { {- else } }
@@ -128,18 +128,18 @@ REDIS_PASSWORD env var secret key
128128{ {- /*
129129POSTGRES_HOSTNAME env var secret name
130130*/} }
131- { {- define " cf-common-0.12.1 .classic.postgres-hostname-env-var-secret-name" } }
131+ { {- define " cf-common-0.12.2 .classic.postgres-hostname-env-var-secret-name" } }
132132 { {- if or .Values.postgresHostnameSecretKeyRef .Values.global.postgresHostnameSecretKeyRef } }
133133{ {- printf (coalesce .Values.postgresHostnameSecretKeyRef.name .Values.global.postgresHostnameSecretKeyRef.name) } }
134134 { {- else } }
135- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
135+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
136136 { {- end } }
137137{ {- end } }
138138
139139{ {- /*
140140POSTGRES_HOSTNAME env var secret key
141141*/} }
142- { {- define " cf-common-0.12.1 .classic.postgres-hostname-env-var-secret-key" } }
142+ { {- define " cf-common-0.12.2 .classic.postgres-hostname-env-var-secret-key" } }
143143 { {- if or .Values.postgresHostnameSecretKeyRef .Values.global.postgresHostnameSecretKeyRef } }
144144{ {- printf (coalesce .Values.postgresHostnameSecretKeyRef.key .Values.global.postgresHostnameSecretKeyRef.key) } }
145145 { {- else } }
@@ -150,18 +150,18 @@ POSTGRES_HOSTNAME env var secret key
150150{ {- /*
151151POSTGRES_PASSWORD env var secret name
152152*/} }
153- { {- define " cf-common-0.12.1 .classic.postgres-password-env-var-secret-name" } }
153+ { {- define " cf-common-0.12.2 .classic.postgres-password-env-var-secret-name" } }
154154 { {- if or .Values.postgresPasswordSecretKeyRef .Values.global.postgresPasswordSecretKeyRef } }
155155{ {- printf (coalesce .Values.postgresPasswordSecretKeyRef.name .Values.global.postgresPasswordSecretKeyRef.name) } }
156156 { {- else } }
157- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
157+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
158158 { {- end } }
159159{ {- end } }
160160
161161{ {- /*
162162POSTGRES_PASSWORD env var secret key
163163*/} }
164- { {- define " cf-common-0.12.1 .classic.postgres-password-env-var-secret-key" } }
164+ { {- define " cf-common-0.12.2 .classic.postgres-password-env-var-secret-key" } }
165165 { {- if or .Values.postgresPasswordSecretKeyRef .Values.global.postgresPasswordSecretKeyRef } }
166166{ {- printf (coalesce .Values.postgresPasswordSecretKeyRef.key .Values.global.postgresPasswordSecretKeyRef.key) } }
167167 { {- else } }
@@ -172,18 +172,18 @@ POSTGRES_PASSWORD env var secret key
172172{ {- /*
173173POSTGRES_USER env var secret name
174174*/} }
175- { {- define " cf-common-0.12.1 .classic.postgres-user-env-var-secret-name" } }
175+ { {- define " cf-common-0.12.2 .classic.postgres-user-env-var-secret-name" } }
176176 { {- if or .Values.postgresUserSecretKeyRef .Values.global.postgresUserSecretKeyRef } }
177177{ {- printf (coalesce .Values.postgresUserSecretKeyRef.name .Values.global.postgresUserSecretKeyRef.name) } }
178178 { {- else } }
179- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
179+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
180180 { {- end } }
181181{ {- end } }
182182
183183{ {- /*
184184POSTGRES_USER env var secret key
185185*/} }
186- { {- define " cf-common-0.12.1 .classic.postgres-user-env-var-secret-key" } }
186+ { {- define " cf-common-0.12.2 .classic.postgres-user-env-var-secret-key" } }
187187 { {- if or .Values.postgresUserSecretKeyRef .Values.global.postgresUserSecretKeyRef } }
188188{ {- printf (coalesce .Values.postgresUserSecretKeyRef.key .Values.global.postgresUserSecretKeyRef.key) } }
189189 { {- else } }
@@ -194,18 +194,18 @@ POSTGRES_USER env var secret key
194194{ {- /*
195195RABBITMQ_HOSTNAME env var secret name
196196*/} }
197- { {- define " cf-common-0.12.1 .classic.rabbitmq-hostname-env-var-secret-name" } }
197+ { {- define " cf-common-0.12.2 .classic.rabbitmq-hostname-env-var-secret-name" } }
198198 { {- if or .Values.rabbitmqHostnameSecretKeyRef .Values.global.rabbitmqHostnameSecretKeyRef } }
199199{ {- printf (coalesce .Values.rabbitmqHostnameSecretKeyRef.name .Values.global.rabbitmqHostnameSecretKeyRef.name) } }
200200 { {- else } }
201- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
201+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
202202 { {- end } }
203203{ {- end } }
204204
205205{ {- /*
206206RABBITMQ_HOSTNAME env var secret key
207207*/} }
208- { {- define " cf-common-0.12.1 .classic.rabbitmq-hostname-env-var-secret-key" } }
208+ { {- define " cf-common-0.12.2 .classic.rabbitmq-hostname-env-var-secret-key" } }
209209 { {- if or .Values.rabbitmqHostnameSecretKeyRef .Values.global.rabbitmqHostnameSecretKeyRef } }
210210{ {- printf (coalesce .Values.rabbitmqHostnameSecretKeyRef.key .Values.global.rabbitmqHostnameSecretKeyRef.key) } }
211211 { {- else } }
@@ -216,18 +216,18 @@ RABBITMQ_HOSTNAME env var secret key
216216{ {- /*
217217RABBITMQ_PASSWORD env var secret name
218218*/} }
219- { {- define " cf-common-0.12.1 .classic.rabbitmq-password-env-var-secret-name" } }
219+ { {- define " cf-common-0.12.2 .classic.rabbitmq-password-env-var-secret-name" } }
220220 { {- if or .Values.rabbitmqPasswordSecretKeyRef .Values.global.rabbitmqPasswordSecretKeyRef } }
221221{ {- printf (coalesce .Values.rabbitmqPasswordSecretKeyRef.name .Values.global.rabbitmqPasswordSecretKeyRef.name) } }
222222 { {- else } }
223- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
223+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
224224 { {- end } }
225225{ {- end } }
226226
227227{ {- /*
228228RABBITMQ_PASSWORD env var secret key
229229*/} }
230- { {- define " cf-common-0.12.1 .classic.rabbitmq-password-env-var-secret-key" } }
230+ { {- define " cf-common-0.12.2 .classic.rabbitmq-password-env-var-secret-key" } }
231231 { {- if or .Values.rabbitmqPasswordSecretKeyRef .Values.global.rabbitmqPasswordSecretKeyRef } }
232232{ {- printf (coalesce .Values.rabbitmqPasswordSecretKeyRef.key .Values.global.rabbitmqPasswordSecretKeyRef.key) } }
233233 { {- else } }
@@ -238,18 +238,18 @@ RABBITMQ_PASSWORD env var secret key
238238{ {- /*
239239RABBITMQ_USERNAME env var secret name
240240*/} }
241- { {- define " cf-common-0.12.1 .classic.rabbitmq-username-env-var-secret-name" } }
241+ { {- define " cf-common-0.12.2 .classic.rabbitmq-username-env-var-secret-name" } }
242242 { {- if or .Values.rabbitmqUsernameSecretKeyRef .Values.global.rabbitmqUsernameSecretKeyRef } }
243243{ {- printf (coalesce .Values.rabbitmqUsernameSecretKeyRef.name .Values.global.rabbitmqUsernameSecretKeyRef.name) } }
244244 { {- else } }
245- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
245+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
246246 { {- end } }
247247{ {- end } }
248248
249249{ {- /*
250250RABBITMQ_USERNAME env var secret key
251251*/} }
252- { {- define " cf-common-0.12.1 .classic.rabbitmq-username-env-var-secret-key" } }
252+ { {- define " cf-common-0.12.2 .classic.rabbitmq-username-env-var-secret-key" } }
253253 { {- if or .Values.rabbitmqUsernameSecretKeyRef .Values.global.rabbitmqUsernameSecretKeyRef } }
254254{ {- printf (coalesce .Values.rabbitmqUsernameSecretKeyRef.key .Values.global.rabbitmqUsernameSecretKeyRef.key) } }
255255 { {- else } }
@@ -260,18 +260,18 @@ RABBITMQ_USERNAME env var secret key
260260{ {- /*
261261FIREBASE_SECRET env var secret name
262262*/} }
263- { {- define " cf-common-0.12.1 .classic.firebase-secret-env-var-secret-name" } }
263+ { {- define " cf-common-0.12.2 .classic.firebase-secret-env-var-secret-name" } }
264264 { {- if or .Values.firebaseSecretSecretKeyRef .Values.global.firebaseSecretSecretKeyRef } }
265265{ {- printf (coalesce .Values.firebaseSecretSecretKeyRef.name .Values.global.firebaseSecretSecretKeyRef.name) } }
266266 { {- else } }
267- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
267+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
268268 { {- end } }
269269{ {- end } }
270270
271271{ {- /*
272272FIREBASE_SECRET env var secret key
273273*/} }
274- { {- define " cf-common-0.12.1 .classic.firebase-secret-env-var-secret-key" } }
274+ { {- define " cf-common-0.12.2 .classic.firebase-secret-env-var-secret-key" } }
275275 { {- if or .Values.firebaseSecretSecretKeyRef .Values.global.firebaseSecretSecretKeyRef } }
276276{ {- printf (coalesce .Values.firebaseSecretSecretKeyRef.key .Values.global.firebaseSecretSecretKeyRef.key) } }
277277 { {- else } }
@@ -282,18 +282,18 @@ FIREBASE_SECRET env var secret key
282282{ {- /*
283283FIREBASE_URL env var secret name
284284*/} }
285- { {- define " cf-common-0.12.1 .classic.firebase-url-env-var-secret-name" } }
285+ { {- define " cf-common-0.12.2 .classic.firebase-url-env-var-secret-name" } }
286286 { {- if or .Values.firebaseUrlSecretKeyRef .Values.global.firebaseUrlSecretKeyRef } }
287287{ {- printf (coalesce .Values.firebaseUrlSecretKeyRef.name .Values.global.firebaseUrlSecretKeyRef.name) } }
288288 { {- else } }
289- { {- printf " %s-%s" (include " cf-common-0.12.1 .names.fullname" .) " secret" } }
289+ { {- printf " %s-%s" (include " cf-common-0.12.2 .names.fullname" .) " secret" } }
290290 { {- end } }
291291{ {- end } }
292292
293293{ {- /*
294294FIREBASE_URL env var secret key
295295*/} }
296- { {- define " cf-common-0.12.1 .classic.firebase-url-env-var-secret-key" } }
296+ { {- define " cf-common-0.12.2 .classic.firebase-url-env-var-secret-key" } }
297297 { {- if or .Values.firebaseUrlSecretKeyRef .Values.global.firebaseUrlSecretKeyRef } }
298298{ {- printf (coalesce .Values.firebaseUrlSecretKeyRef.key .Values.global.firebaseUrlSecretKeyRef.key) } }
299299 { {- else } }
0 commit comments