fix oauth2-proxy image repository
This commit is contained in:
parent
f6f695e7a1
commit
e51556f692
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ spec:
|
||||||
# docker run -ti --rm python:3-alpine python -c 'import secrets,base64; print(base64.b64encode(base64.b64encode(secrets.token_bytes(16))));'
|
# docker run -ti --rm python:3-alpine python -c 'import secrets,base64; print(base64.b64encode(base64.b64encode(secrets.token_bytes(16))));'
|
||||||
- name: OAUTH2_PROXY_COOKIE_SECRET
|
- name: OAUTH2_PROXY_COOKIE_SECRET
|
||||||
value: SECRET
|
value: SECRET
|
||||||
image: quay.io/pusher/oauth2_proxy:latest
|
image: quay.io/oauth2-proxy/oauth2-proxy:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: oauth2-proxy
|
name: oauth2-proxy
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue