diff --git a/flux-manifests/kustomization.yaml b/flux-manifests/kustomization.yaml index 734c971..f40fbaf 100644 --- a/flux-manifests/kustomization.yaml +++ b/flux-manifests/kustomization.yaml @@ -33,6 +33,7 @@ generators: - macropower-analytics-panel-server.yaml - nginx-ingress-controller-app.yaml - oauth2-proxy.yaml +- object-storage-operator.yaml - organization-operator.yaml - prometheus-meta-operator.yaml - prometheus-remotewrite.yaml diff --git a/flux-manifests/object-storage-operator.yaml b/flux-manifests/object-storage-operator.yaml new file mode 100644 index 0000000..6553b91 --- /dev/null +++ b/flux-manifests/object-storage-operator.yaml @@ -0,0 +1,13 @@ +api_version: generators.giantswarm.io/v1 +app_catalog: control-plane-catalog +app_destination_namespace: object-storage-operator +app_name: object-storage-operator +app_version: 0.1.0 +kind: Konfigure +metadata: + annotations: + config.kubernetes.io/function: |- + exec: + path: /plugins/konfigure + name: object-storage-operator +name: object-storage-operator