feat(mattermost-operator): adding operator

Not in the default installed tools
This commit is contained in:
Philippe Caseiro 2023-12-15 13:41:28 +01:00
parent 4bbd615fcc
commit 73bd5bbb5b
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: mattermost-operator