Skip to content

Commit

Permalink
add crunchy data a-la chatgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 10, 2023
1 parent 6837a26 commit 20c7276
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kubernetes/flux/repositories/helm/crunchy-data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: postgres-operator
namespace: default
spec:
interval: 5m
chart:
spec:
chart: postgres-operator
version: "4.6.0"
sourceRef:
kind: HelmRepository
name: crunchydata-charts # This should match the name of your HelmRepository resource.
namespace: flux-system # This should match the namespace of your HelmRepository resource.
values:
global:
imageRegistryPrefixOverride: docker.io/crunchydata # Override image registry prefix.

0 comments on commit 20c7276

Please sign in to comment.