Trust flux's ssh key in the yaml git repo.
This commit is contained in:
@@ -39,6 +39,9 @@ let
|
||||
++ (lib.attrsets.mapAttrsToList (
|
||||
secret_name: secret_value: "${secret_value}/${secret_name}.yaml"
|
||||
) k8s.k8s-secrets-generic)
|
||||
++ [
|
||||
./files/manifests/flux_apply_git.yaml
|
||||
]
|
||||
)
|
||||
);
|
||||
apply_manifests = "kubectl --kubeconfig=${k8s.client-configs.admin}/admin.kubeconfig apply --server-side --force-conflicts -f ${manifests}";
|
||||
|
||||
Reference in New Issue
Block a user