Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
bugfix: shorten NFS addon name to avoid hittib pod name limits (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirillov authored Apr 20, 2020
1 parent cb2ad4b commit fabc016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ metadata:
catalog.kubeaddons.mesosphere.io/addon-revision: 2.3.0-1
values.chart.helm.kubeaddons.mesosphere.io/nfsserverprovisioner: "https://raw.githubusercontent.com/mesosphere/charts/master/staging/nfs-server-provisioner/values.yaml"
labels:
kubeaddons.mesosphere.io/name: kubeflow-nfsserverprovisioner
kubeaddons.mesosphere.io/name: kubeflow-nfs
kubeaddons.mesosphere.io/provides: storageclass
# TODO: we're temporarily supporting dependency on an existing default storage class
# on the cluster, this hack will trigger re-queue on Addons until one exists.
kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true"
name: kubeflow-nfsserverprovisioner
name: kubeflow-nfs
namespace: kubeaddons
spec:
kubernetes:
Expand Down

0 comments on commit fabc016

Please sign in to comment.