From 516569afd508436ebd0a922649f3bc1172cf5f0e Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Mon, 29 Jan 2024 19:40:51 +0000 Subject: [PATCH 1/2] fix: fix mm hostname --- values/mattermost-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values/mattermost-values.yaml b/values/mattermost-values.yaml index 0f0be727..4f10a4dd 100644 --- a/values/mattermost-values.yaml +++ b/values/mattermost-values.yaml @@ -2,6 +2,9 @@ hostname: ###ZARF_VAR_DOMAIN### domain: ###ZARF_VAR_DOMAIN### +ingress: + host: mattermost.###ZARF_VAR_DOMAIN### + enterprise: enabled: ###ZARF_VAR_MATTERMOST_ENTERPRISE_ENABLED### license: | From c660e661577f1cc82eb4f335043f207cc642d5f5 Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Mon, 29 Jan 2024 19:46:10 +0000 Subject: [PATCH 2/2] fix: fix tests for mm --- tasks/test.yaml | 52 +++++-------------------------------------------- 1 file changed, 5 insertions(+), 47 deletions(-) diff --git a/tasks/test.yaml b/tasks/test.yaml index e8e7d1cc..bd457db2 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -1,60 +1,18 @@ tasks: - name: health-check actions: - - description: Mattermost Exporter Health Check + - description: Mattermost Operator Health Check wait: cluster: kind: Deployment - name: mattermost-mattermost-exporter - namespace: mattermost - - - description: Mattermost Registry Health Check - wait: - cluster: - kind: Deployment - name: mattermost-registry - namespace: mattermost + name: mattermost-operator + namespace: mattermost-operator - - description: Mattermost Shell Health Check + - description: Mattermost Health Check wait: cluster: kind: Deployment - name: mattermost-mattermost-shell - namespace: mattermost - - - description: Mattermost Toolbox Health Check - wait: - cluster: - kind: Deployment - name: mattermost-toolbox - namespace: mattermost - - - description: Mattermost Sidekiq Health Check - wait: - cluster: - kind: Deployment - name: mattermost-sidekiq-all-in-1-v2 - namespace: mattermost - - - description: Mattermost Webservice Health Check - wait: - cluster: - kind: Deployment - name: mattermost-webservice-default - namespace: mattermost - - - description: Mattermost Gitaly Health Check - wait: - cluster: - kind: StatefulSet - name: mattermost-gitaly - namespace: mattermost - - - description: Mattermost Migrations Health Check - wait: - cluster: - kind: Job - name: mattermost-migrations-1 + name: mattermost namespace: mattermost - name: ingress