Skip to content

Commit

Permalink
feat: add kustomization support for components
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 10, 2024
1 parent 234e898 commit 208437f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion registry/components/external-secret-stores/infisical.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: infisical
secretsScope:
projectSlug: infrastructure-kn-ma
environmentSlug: dev
environmentSlug: prod
secretsPath: /
recursive: true
hostAPI: https://app.infisical.com
4 changes: 4 additions & 0 deletions registry/components/external-secret-stores/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- infisical.yaml

0 comments on commit 208437f

Please sign in to comment.