mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-03-16 10:44:53 +00:00
cluster: fix prodvider deploy (after new CA)
Change-Id: Icbdb5e3ac592e9eac3a033ba50af401b706c3e78 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1541 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
b19e8123ad
commit
03c2d996a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
key: importstr "../../secrets/plain/ca-kube-prodvider.key",
|
||||
},
|
||||
kube: {
|
||||
cert: importstr "../../certs/ca-kube-new.crt",
|
||||
cert: importstr "../../certs/ca-kube.crt",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue