Skip to content

bnookala/fabrikate-keyvault-flexvolume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

fabrikate-keyvault-flexvolume

Installing fabrikate-keyvault-flexvolume

  1. In your stack's component.json, include fabrikate-keyvault-flexvolume:
{
    "name": "my-cool-stack",
    "subcomponents": [
        {
            "name": "fabrikate-keyvault-flexvolume",
            "source": "https://github.com/bnookala/fabrikate-keyvault-flexvolume",
            "method": "git"
        }
    ]
}

Or if you're using a component.yaml:

name: my-cool-stack
subcomponents:
  - name: fabrikate-keyvault-flexvolume
    source: "https://github.com/bnookala/fabrikate-keyvault-flexvolume"
    method: "git"
  1. In a terminal window, install the stack dependencies:
fab install
  1. In a terminal window, generate the stack:
fab generate prod
  1. Apply the generated stack manifests:
kubectl apply -f ./generated/prod/ --recursive

Usage and Configuration

See: https://github.com/azure/kubernetes-keyvault-flexvol#how-to-use

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published