From eca3c77473e9c24887872bb23fe1132f111b1ae6 Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 23 Jul 2024 12:34:51 -0400 Subject: [PATCH] note --- group_vars/tnt_cad/k8s-vault.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/group_vars/tnt_cad/k8s-vault.yml b/group_vars/tnt_cad/k8s-vault.yml index 0754216..fe6a7f4 100644 --- a/group_vars/tnt_cad/k8s-vault.yml +++ b/group_vars/tnt_cad/k8s-vault.yml @@ -1,11 +1,4 @@ --- k8s_cluster_token: f63c34881f3d7fbd30229db4c92d902b -# secrets can be stored in a file or as a template, the template secrets gets dynamically base64 encoded while file based secrets must be encoded by hand -#k8s_secrets: -# - name: digitalocean-dns -# type: template -# namespace: cert-manager -# secrets: -# - key: access-token -# value: +# note: delete this file; it will be re-created when running `./roles/k8s/files/token-vault.sh ./group_vars/lx_cad/k8s-vault.yml`