Switch to generating certs with openssl.
This commit is contained in:
@@ -6,10 +6,8 @@
|
||||
symlinkJoin {
|
||||
name = "k8s-keys";
|
||||
paths = [
|
||||
k8s.kubernetes
|
||||
k8s.ca
|
||||
k8s.service_account
|
||||
k8s.requestheader-client-ca
|
||||
k8s.controller-proxy
|
||||
];
|
||||
]
|
||||
++ (builtins.attrValues k8s.keys)
|
||||
++ (builtins.attrValues k8s.client-configs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user