I hereby claim:
- I am scottt732 on github.
- I am sholodak (https://keybase.io/sholodak) on keybase.
- I have a public key ASDBg4iIawQYH6g6zBUIJJsOqKNWj6gzA6TenKFjDdgP5Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(from https://www.reddit.com/r/homeassistant/comments/1bsysto/comment/kxoym1m)
Bill of Materials:
GITHUB_USERNAME
and GITHUB_ACCESS_TOKEN
env vars to build locally w/deps on GitHub hosted NuGet feeddocker build
or docker compose build
.--secret id=whatever,env=THIS_PART
.# | |
# ArgoCD Config - Clusters | |
# | |
resource "kubernetes_manifest" "clusters" { | |
for_each = { | |
for k, v in var.argo_managed_clusters : k => v if var.env_code == "mgmt" | |
} | |
manifest = { | |
"apiVersion" = "v1" |