Skip to content

Commit

Permalink
Merge pull request #434 from kube-tarian/update-extsecret-conf
Browse files Browse the repository at this point in the history
update external secret config
  • Loading branch information
vramk23 authored Mar 23, 2024
2 parents 95845b8 + 3bd1d90 commit 7b05078
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.17
version: 0.2.18

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.27.1"
appVersion: "1.28.1"
45 changes: 44 additions & 1 deletion charts/kad/crossplane_plugin_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,50 @@
"clusterValuesFile": "infra/clusters/argocd-apps/values.yaml",
"defaultAppListFile": "default-apps-templates/app_list.yaml",
"defaultAppValuesPath": "default-apps-templates/values",
"clusterDefaultAppValuesPath": "infra/clusters/app-configs"
"clusterDefaultAppValuesPath": "infra/clusters/app-configs",
"externalSecrets": [
{
"namespace": "observability",
"secretName": "vault-nats-secret",
"vaultSecrets": [
{
"secretKey": "generic/nats/auth-token",
"secretPath": "nats"
}
]
},
{
"namespace": "kyverno",
"secretName": "vault-cosign-secret",
"vaultSecrets": [
{
"secretKey": "generic/cosign/signer",
"secretPath": "cosign.pub"
}
]
},
{
"namespace": "ml-server",
"secretName": "regcred-ghcr",
"secretType": "kubernetes.io/dockerconfigjson",
"vaultSecrets": [
{
"secretKey": "generic/container-registry/docker-config",
"secretPath": ".dockerconfigjson"
}
]
},
{
"namespace": "default",
"secretName": "vault-cosign-secret",
"vaultSecrets": [
{
"secretKey": "generic/cosign/signer",
"secretPath": "cosign.pub"
}
]
}
]
},
"argoCDApps": [
{
Expand Down

0 comments on commit 7b05078

Please sign in to comment.