diff --git a/incubator/drone/Chart.yaml b/incubator/drone/Chart.yaml index 9a24a3d579..d58d1febdb 100755 --- a/incubator/drone/Chart.yaml +++ b/incubator/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: http://docs.drone.io/logo.svg -version: 0.3.2 +version: 0.3.3 appVersion: 0.8.4 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/incubator/drone/templates/ingress.yaml b/incubator/drone/templates/ingress.yaml index 19e4eba619..6d4e344ed9 100644 --- a/incubator/drone/templates/ingress.yaml +++ b/incubator/drone/templates/ingress.yaml @@ -20,7 +20,11 @@ spec: - host: {{ . }} http: paths: + {{- if (eq (0 | (index $.Values.ingress.annotations "kubernetes.io/ingress.class")) "gce") }} + - path: /* + {{- else }} - path: / + {{- end }} backend: serviceName: {{ $fullName }} servicePort: {{ $httpPort }}