Skip to content

Commit

Permalink
Fixes some links
Browse files Browse the repository at this point in the history
  • Loading branch information
fekete-robert committed Feb 12, 2024
1 parent 7dcda2d commit a6594f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions content/docs/operator/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ _Appears in:_

#### `name` (_string_)

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
#### `labels` (_object (keys:string, values:string)_)

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
#### `annotations` (_object (keys:string, values:string)_)

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/


### EmbeddedPersistentVolumeClaim
Expand Down Expand Up @@ -570,7 +570,8 @@ VaultConfigurerPodSpec is a Kubernetes Pod specification snippet (`spec:` block)
Config is the Vault Server configuration. See https://www.vaultproject.io/docs/configuration/ for more details. default:
#### `externalConfig` (_[JSON](#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) A documented example: https://github.com/bank-vaults/vault-operator/blob/main/vault-config.yml default:
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)

#### `unsealConfig` (_[UnsealConfig](#unsealconfig)_)

UnsealConfig defines where the Vault cluster's unseal keys and root token should be stored after initialization. See the type's documentation for more details. Only one method may be specified. default: Kubernetes Secret based unsealing
Expand Down
2 changes: 1 addition & 1 deletion content/docs/operator/tls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To use an existing secret which contains the TLS certificate, define [existingTl

If you don't want to use the certificates generated by Helm or the Bank-Vaults operator, the easiest way to create a custom certificate for Bank-Vaults is using [CFSSL](https://github.com/cloudflare/cfssl).

The [TLS directory in the documentation](https://github.com/bank-vaults/bank-vaults.dev/tree/main/content/docs/tls) holds a set of custom CFSSL configurations which are prepared for the Helm release name `vault` in the `default` namespace. Of course, you can put any other certificates into the Secret below, this is just an example.
The [TLS directory in the documentation](https://github.com/bank-vaults/bank-vaults.dev/tree/main/content/docs/operator/tls) holds a set of custom CFSSL configurations which are prepared for the Helm release name `vault` in the `default` namespace. Of course, you can put any other certificates into the Secret below, this is just an example.

1. Install [CFSSL](https://github.com/cloudflare/cfssl).
2. Create a CA:
Expand Down

0 comments on commit a6594f8

Please sign in to comment.