Skip to content

Commit

Permalink
Fix ingress naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 23, 2023
1 parent 582a692 commit cca97fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.1.4
version: 0.1.5
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "wandb.fullname" . }}
name: {{ include "wandb.name" . }}
labels:
{{- include "wandb.commonLabels" . | nindent 4 }}
{{- if .Values.ingress.labels -}}
Expand Down

0 comments on commit cca97fa

Please sign in to comment.