Skip to content

Commit

Permalink
add new 0.3.0 vault-secrets-operator version (jsonnet-libs#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored Dec 5, 2023
1 parent 279a69d commit d1a36ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/vault-secrets-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local config = import 'jsonnet/config.jsonnet';
local versions = [
{ version: '0.1.0' },
{ version: '0.2.0' },
{ version: '0.3.0' },
];

config.new(
Expand All @@ -13,6 +14,8 @@ config.new(
prefix: '^com\\.hashicorp\\.secrets\\..*',
output: v.version,
crds: [
'%s/secrets.hashicorp.com_hcpauths.yaml' % url,
'%s/secrets.hashicorp.com_hcpvaultsecretsapps.yaml' % url,
'%s/secrets.hashicorp.com_vaultauths.yaml' % url,
'%s/secrets.hashicorp.com_vaultconnections.yaml' % url,
'%s/secrets.hashicorp.com_vaultdynamicsecrets.yaml' % url,
Expand Down

0 comments on commit d1a36ee

Please sign in to comment.