Skip to content

Commit

Permalink
fix: switch to bitwarden secret provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 14, 2024
1 parent 4e3424b commit 1df08f6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion registry/components/argocd/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: oidc
data:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/dex/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: config
template:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/external-dns/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: cloudflare
data:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/homepage/oauth2-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: oauth
data:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/monitoring/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: credentials
template:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/pihole/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: password
data:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/tailscale/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: operator-oauth
data:
Expand Down
2 changes: 1 addition & 1 deletion registry/components/unifi/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
refreshInterval: 10s
secretStoreRef:
kind: ClusterSecretStore
name: infisical
name: bitwarden
target:
name: unifi-poller
data:
Expand Down

0 comments on commit 1df08f6

Please sign in to comment.