fix(k8s): Move nixery-secrets to the correct namespace
This commit is contained in:
parent
628cec3433
commit
56f9e37755
1 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,11 @@
|
||||||
# Not all of the values are actually secret (see the matching)
|
# Not all of the values are actually secret (see the matching)
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: nixery-secrets
|
||||||
|
namespace: kube-public
|
||||||
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
gcs-key.json: {{ passLookup "nixery-gcs-json" | b64enc }}
|
gcs-key.json: {{ passLookup "nixery-gcs-json" | b64enc }}
|
||||||
gcs-key.pem: {{ passLookup "nixery-gcs-pem" | b64enc }}
|
gcs-key.pem: {{ passLookup "nixery-gcs-pem" | b64enc }}
|
||||||
|
@ -11,9 +16,3 @@ data:
|
||||||
id_nixery.pub: {{ insertFile "id_nixery.pub" | b64enc }}
|
id_nixery.pub: {{ insertFile "id_nixery.pub" | b64enc }}
|
||||||
known_hosts: {{ insertFile "known_hosts" | b64enc }}
|
known_hosts: {{ insertFile "known_hosts" | b64enc }}
|
||||||
ssh_config: {{ insertFile "ssh_config" | b64enc }}
|
ssh_config: {{ insertFile "ssh_config" | b64enc }}
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
name: nixery-secrets
|
|
||||||
selfLink: /api/v1/namespaces/kube-public/secrets/nixery-secrets
|
|
||||||
type: Opaque
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue