Merge "ops/sso: move jsonnets to kube/"

changes/05/705/2
q3k 2021-01-31 22:12:46 +00:00 committed by Gerrit Code Review
commit 68c4338004
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,