Skip to content

Commit

Permalink
patch hostaliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 20, 2021
1 parent 561eff5 commit 1061030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/htcondor-aas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
appVersion: 8.9.9
description: A Helm chart for the deployment of HTCondor cluster
name: htcondor
version: 2.1.12
version: 2.1.13
icon: https://research.cs.wisc.edu/htcondor/images/HTCondor_wiki_logo_small.png
maintainers:
- name: ttedesch
Expand Down
2 changes: 1 addition & 1 deletion stable/htcondor-aas/templates/deployment_schedd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
values:
- schedd
topologyKey: kubernetes.io/hostname
containers:
hostAliases:
- hostnames:
- {{ .Values.schedd.hostname }}
ip: {{ .Values.master.publicIP }}
containers:
- name: schedd
resources:
requests:
Expand Down

0 comments on commit 1061030

Please sign in to comment.