Skip to content

Commit 992e588

Browse files
author
Lutz Lange
authored
Merge pull request #152 from weaveworks/lutz-demo-gitrepo-flux-system
simple fix for kubecon
2 parents 4899ea2 + 2067504 commit 992e588

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

charts/weave-policy-agent/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
description: A Weaveworks Helm chart for Kubernetes to configure the policy agent
33
name: weave-policy-agent
44
appVersion: "1.0"
5-
version: 0.2.2
5+
version: 0.2.3
66
kubeVersion: ">=1.16.0-0"
77
icon: https://www.magalix.com/hubfs/Imported%20images/logo-02.png%3Fwidth=560%26name=logo-02-Dec-18-2020-11-24-41-75-AM.png
88
type: application

charts/weave-policy-agent/templates/policy-library.yaml

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
apiVersion: source.toolkit.fluxcd.io/v1beta1
2-
kind: GitRepository
3-
metadata:
4-
name: policy-library
5-
namespace: flux-system
6-
spec:
7-
interval: 10s
8-
url: {{ .Values.policyLibraryConfig.url }}
9-
ref:
10-
branch: {{ .Values.policyLibraryConfig.branch }}
11-
{{- if .Values.policyLibraryConfig.private }}
12-
secretRef:
13-
name: {{ .Values.policyLibraryConfig.secretRef }}
14-
{{- end }}
15-
---
161
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
172
kind: Kustomization
183
metadata:
@@ -22,7 +7,7 @@ spec:
227
interval: 10m0s
238
sourceRef:
249
kind: GitRepository
25-
name: policy-library
10+
name: flux-system
2611
namespace: flux-system
2712
path: {{ .Values.policyLibraryConfig.kustomizationPath }}
2813
prune: true

0 commit comments

Comments
 (0)