Skip to content

Commit 5b7231e

Browse files
authored
Merge pull request #950 from uw-it-aca/task/django-container-2
drop uwca cert
2 parents f33e116 + 8356c91 commit 5b7231e

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

docker/test-values.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ daemon:
7272

7373
certs:
7474
mounted: true
75-
certPath: /certs/test-apps.canvas.uw.edu-uwca.cert
76-
keyPath: /certs/test-apps.canvas.uw.edu-uwca.key
77-
secretName: test-apps.canvas.uw.edu-uwca-certs
75+
certPath: /certs/test-apps.canvas.uw.edu-ic.cert
76+
keyPath: /certs/test-apps.canvas.uw.edu-ic.key
77+
secretName: test-apps.canvas.uw.edu-ic-certs
7878

7979
mountedSecrets:
8080
enabled: true
@@ -124,9 +124,6 @@ environmentVariables:
124124
- name: CLUSTER_CNAME
125125
value: test-apps.canvas.uw.edu
126126

127-
- name: OPENSSL_CONF
128-
value: /ssl/openssl.cnf
129-
130127
externalSecrets:
131128
enabled: true
132129
secrets:
@@ -204,13 +201,6 @@ externalSecrets:
204201
property: username
205202
- name: password
206203
property: password
207-
- name: test-apps.canvas.uw.edu-uwca-certs
208-
externalKey: canvas/test/uwca-certs
209-
data:
210-
- name: test-apps.canvas.uw.edu-uwca.cert
211-
property: test-apps.canvas.uw.edu-uwca.cert
212-
- name: test-apps.canvas.uw.edu-uwca.key
213-
property: test-apps.canvas.uw.edu-uwca.key
214204
- name: test-apps.canvas.uw.edu-ic-certs
215205
externalKey: canvas/test/ic-certs
216206
data:
@@ -223,11 +213,6 @@ externalSecrets:
223213
data:
224214
- name: uw-idp-cert
225215
property: cert
226-
- name: test-apps.canvas.uw.edu-openssl-conf
227-
externalKey: openssl-conf
228-
data:
229-
- name: openssl.cnf
230-
property: openssl.cnf
231216
environmentVariablesSecrets:
232217
djangoSecret:
233218
name: DJANGO_SECRET

0 commit comments

Comments
 (0)