Skip to content

Commit df67665

Browse files
authored
fix: remove extra auth container (#955)
1 parent 70b9386 commit df67665

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
2020
"minikube": "none"
2121
},
22-
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
22+
"ghcr.io/devcontainers-extra/features/poetry:2": {},
2323
"ghcr.io/dhoeric/features/k9s:1": {
2424
"version": "0.40.9"
2525
},

api/v1alpha1/auth_templates.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (as *AmaltheaSession) auth() (manifests, error) {
115115
},
116116
volumeMounts...,
117117
)
118-
output.Containers = append(output.Containers, authContainer)
119118
} else if auth.Type == Oidc {
120119
volNameFixedConfig := fmt.Sprintf("%s-fixed-proxy-configuration-secret", prefix)
121120
volNameAuthorizedEmails := fmt.Sprintf("%s-authorized-emails-secret", prefix)

0 commit comments

Comments
 (0)