Skip to content

Commit

Permalink
Merge pull request #1458 from steve-fraser/main
Browse files Browse the repository at this point in the history
Fixing namespace of HelmRepository in installation docs
  • Loading branch information
stefanprodan committed Jul 13, 2023
2 parents 6d6fc94 + 310ca7e commit ac3140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/install/flagger-install-with-flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: flagger
namespace: flux-system
namespace: flagger-system
spec:
interval: 1h
url: oci://ghcr.io/fluxcd/charts
Expand Down

0 comments on commit ac3140b

Please sign in to comment.