WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8072289

Browse files
authored
feat: add support for hostNetwork (#296)
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent acd6fdf commit 8072289

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

charts/atlantis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v1
33
appVersion: v0.25.0
44
description: A Helm chart for Atlantis https://www.runatlantis.io
55
name: atlantis
6-
version: 4.15.0
6+
version: 4.15.1
77
keywords:
88
- terraform
99
home: https://www.runatlantis.io

charts/atlantis/templates/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
ip: {{ .ip }}
4242
{{- end }}
4343
{{- end }}
44+
hostNetwork: {{ .Values.hostNetwork }}
4445
serviceAccountName: {{ template "atlantis.serviceAccountName" . }}
4546
shareProcessNamespace: {{ .Values.statefulSet.shareProcessNamespace }}
4647
automountServiceAccountToken: {{ .Values.serviceAccount.mount }}

charts/atlantis/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ initContainers: []
464464
# - bbb.com
465465
# ip: 10.0.0.2
466466

467+
hostNetwork: false
468+
467469
extraArgs: []
468470
# extraArgs:
469471
# - --disable-autoplan

0 commit comments

Comments
 (0)