UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 542b3ec8 authored by Noah Costello's avatar Noah Costello :bicyclist: Committed by Micah Nagel
Browse files

Resolve "Annotate Mattermost Operator pods with Istio version"

parent 374e885b
No related branches found
No related tags found
2 merge requests!1386Master,!1214Resolve "Annotate Mattermost Operator pods with Istio version"
...@@ -9,6 +9,11 @@ imagePullSecrets: ...@@ -9,6 +9,11 @@ imagePullSecrets:
image: image:
imagePullPolicy: {{ .Values.imagePullPolicy }} imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end}}
networkPolicies: networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }} enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }} controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
......
...@@ -1009,7 +1009,7 @@ addons: ...@@ -1009,7 +1009,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git
path: "./chart" path: "./chart"
tag: "1.17.0-bb.0" tag: "1.17.0-bb.1"
# -- Flux reconciliation overrides specifically for the Mattermost Operator Package # -- Flux reconciliation overrides specifically for the Mattermost Operator Package
flux: {} flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment