songleo / vault-gitops

Deploy vault with gitops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault

Deploy Vault via OpenShift GitOps.

Post-install

  • Initialized and unsealed Vault

  • Ignore the caBundle field of MutatingWebhookConfiguration

Need to configure argo to ignore the caBundle field of MutatingWebhookConfiguration webhooks:

data:
  resource.customizations: |
    admissionregistration.k8s.io/MutatingWebhookConfiguration:
      ignoreDifferences: |
        jsonPointers:
        - /webhooks/0/clientConfig/caBundle

For more information, see Diffing Customization.

About

Deploy vault with gitops

License:Apache License 2.0