Skip to content

Commit

Permalink
less wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent df31866 commit da776f0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions kubernetes/apps/olm/olm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@ spec:
interval: 15m
chart:
spec:
chart: operator-lifecycle-manager/olm
chart: ./deploy/chart
sourceRef:
kind: HelmRepository
kind: GitRepository
name: olm
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
olm:
nodeSelector:
Expand Down

0 comments on commit da776f0

Please sign in to comment.