diff --git a/flux-manifests/kustomization.yaml b/flux-manifests/kustomization.yaml index f571966..1463daf 100644 --- a/flux-manifests/kustomization.yaml +++ b/flux-manifests/kustomization.yaml @@ -30,6 +30,7 @@ generators: - kyverno-policies.yaml - kyverno-policy-operator.yaml - kyverno.yaml +- logging-operator.yaml - loki.yaml - macropower-analytics-panel-server.yaml - nginx-ingress-controller-app.yaml diff --git a/flux-manifests/logging-operator.yaml b/flux-manifests/logging-operator.yaml new file mode 100644 index 0000000..1ebd607 --- /dev/null +++ b/flux-manifests/logging-operator.yaml @@ -0,0 +1,13 @@ +api_version: generators.giantswarm.io/v1 +app_catalog: control-plane-catalog +app_destination_namespace: logging-operator +app_name: logging-operator +app_version: 0.1.4 +kind: Konfigure +metadata: + annotations: + config.kubernetes.io/function: |- + exec: + path: /plugins/konfigure + name: logging-operator +name: logging-operator