From 73bd5bbb5b1a88193326ea145c4f08fdee31baad Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Fri, 15 Dec 2023 13:41:28 +0100 Subject: [PATCH] feat(mattermost-operator): adding operator Not in the default installed tools --- base/mattermost-operator/kustomization.yaml | 6 ++++++ base/mattermost-operator/resources/namespace.yaml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 base/mattermost-operator/kustomization.yaml create mode 100644 base/mattermost-operator/resources/namespace.yaml diff --git a/base/mattermost-operator/kustomization.yaml b/base/mattermost-operator/kustomization.yaml new file mode 100644 index 0000000..2d7942e --- /dev/null +++ b/base/mattermost-operator/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ./resources/namespace.yaml + - https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/mattermost-operator/mattermost-operator.yaml diff --git a/base/mattermost-operator/resources/namespace.yaml b/base/mattermost-operator/resources/namespace.yaml new file mode 100644 index 0000000..d80ee4d --- /dev/null +++ b/base/mattermost-operator/resources/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: mattermost-operator