Skip to content

Commit df697ba

Browse files
committed
feat(helm): add AWX operator Helm repository configuration in ansible.yml
1 parent abdf514 commit df697ba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: source.toolkit.fluxcd.io/v1beta2
2+
kind: HelmRepository
3+
metadata:
4+
name: awx-operator
5+
namespace: flux-system
6+
spec:
7+
interval: 5m
8+
url: https://ansible-community.github.io/awx-operator-helm/

infrastructure/clusters/feather-core/base-sources/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ resources:
1616
- checkmk.yml
1717
- dependency-track.yml
1818
- dirsigler.yml
19-
- envoy.yaml
19+
- envoy.yaml
20+
- ansible.yml

0 commit comments

Comments
 (0)