1
0
Fork 0

ops/sso: move jsonnets to kube/

This is in preparation for moving the sso source code into hscloud.

Change-Id: I4325df617dc82c17fb4c96762743f0b70122976f
master
q3k 2021-01-31 15:51:38 +01:00
parent 2fbd0710f5
commit 9e3ca9c841
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# kubectl create secret generic sso --from-literal=secret_key=$(pwgen 24 1) --from-literal=ldap_bind_password=...
local kube = import "../../kube/kube.libsonnet";
local kube = import "../../../kube/kube.libsonnet";
{
local app = self,