diff --git a/content/docs/installing/_index.md b/content/docs/installing/_index.md index ffe010ca..4be13b20 100644 --- a/content/docs/installing/_index.md +++ b/content/docs/installing/_index.md @@ -4,12 +4,12 @@ weight: 10 --- Bank-Vaults is a swiss-army knife with multiple manifestations, so the first steps depend on what you want to achieve. -Check one of the following guides to get an overview: + ## Deploy with Helm diff --git a/content/docs/operator/reference.md b/content/docs/operator/reference.md index a968cb30..c54c3719 100644 --- a/content/docs/operator/reference.md +++ b/content/docs/operator/reference.md @@ -565,10 +565,10 @@ VaultConfigurerLabels define a set of Kubernetes labels that will be added to al #### `vaultConfigurerPodSpec` (_[EmbeddedPodSpec](#embeddedpodspec)_) VaultConfigurerPodSpec is a Kubernetes Pod specification snippet (`spec:` block) that will be merged into the operator generated Vault Configurer Pod specification. default: -#### `config` (_[JSON](#json)_) +#### `config` (_JSON_) Config is the Vault Server configuration. See https://www.vaultproject.io/docs/configuration/ for more details. default: -#### `externalConfig` (_[JSON](#json)_) +#### `externalConfig` (_JSON_) ExternalConfig is higher level configuration block which instructs the Bank Vaults Configurer to configure Vault through its API, thus allows setting up: - Secret Engines - Auth Methods - Audit Devices - Plugin Backends - Policies - Startup Secrets (Bank Vaults feature) diff --git a/content/docs/operator/templating-configuration.md b/content/docs/operator/templating-configuration.md index f82e43c6..c8be6c0f 100644 --- a/content/docs/operator/templating-configuration.md +++ b/content/docs/operator/templating-configuration.md @@ -34,7 +34,7 @@ In this case, `vault-configurer` evaluates the value of `MY_ENVIRONMENT_VARIABLE Note that you can also use [Sprig functions](#sprig-functions) and [custom Kubernetes-related functions](#custom-functions) in your templates. -For a detailed example, see the [Using templates for injecting dynamic configuration in Vault](https://techblog.cisco.com/bank-vaults-templates#full-example) blog post. + ## Sprig functions