get rid of test-connection pods for hello-world and httpbin
This commit is contained in:
		
							parent
							
								
									c85e5297b5
								
							
						
					
					
						commit
						fa7855a99d
					
				|  | @ -7,9 +7,9 @@ dependencies: | ||||||
|   version: 3.1.0 |   version: 3.1.0 | ||||||
| - name: httpbin | - name: httpbin | ||||||
|   repository: https://conservis.github.io/helm-charts |   repository: https://conservis.github.io/helm-charts | ||||||
|   version: 1.0.0 |   version: 1.0.1 | ||||||
| - name: hello-world | - name: hello-world | ||||||
|   repository: https://conservis.github.io/helm-charts |   repository: https://conservis.github.io/helm-charts | ||||||
|   version: 1.0.0 |   version: 1.0.1 | ||||||
| digest: sha256:2791284a47750de56455cbe41b8587b2ef953111663ea9a99ef58aab4ae9734b | digest: sha256:ce64f06102abb551ee23b6de7b4cec3537f4900de89412458e53760781005aac | ||||||
| generated: "2020-06-16T16:39:06.668252-05:00" | generated: "2020-06-16T16:59:19.126187-05:00" | ||||||
|  |  | ||||||
|  | @ -12,8 +12,8 @@ dependencies: | ||||||
|     repository: https://kubernetes-charts.storage.googleapis.com |     repository: https://kubernetes-charts.storage.googleapis.com | ||||||
|   # https://github.com/postmanlabs/httpbin/issues/549 is still in progress, for now using a non-official chart |   # https://github.com/postmanlabs/httpbin/issues/549 is still in progress, for now using a non-official chart | ||||||
|   - name: httpbin |   - name: httpbin | ||||||
|     version: 1.0.0 |     version: 1.0.1 | ||||||
|     repository: https://conservis.github.io/helm-charts |     repository: https://conservis.github.io/helm-charts | ||||||
|   - name: hello-world |   - name: hello-world | ||||||
|     version: 1.0.0 |     version: 1.0.1 | ||||||
|     repository: https://conservis.github.io/helm-charts |     repository: https://conservis.github.io/helm-charts | ||||||
|  |  | ||||||
|  | @ -62,5 +62,5 @@ helm-undeploy: | ||||||
| 
 | 
 | ||||||
| # creates K8S manifest from helm chart
 | # creates K8S manifest from helm chart
 | ||||||
| .PHONY: helm-create-manifest | .PHONY: helm-create-manifest | ||||||
| helm-create-manifest: | helm-create-manifest: helm-init | ||||||
| 	helm template --namespace default oauth2-proxy-example . > oauth2-proxy-example-full.yaml | 	helm template --namespace default oauth2-proxy-example . > oauth2-proxy-example-full.yaml | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ kind: ServiceAccount | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-hello-world |   name: oauth2-proxy-example-hello-world | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: hello-world-1.0.0 |     helm.sh/chart: hello-world-1.0.1 | ||||||
|     app.kubernetes.io/name: hello-world |     app.kubernetes.io/name: hello-world | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "1.0.0" |     app.kubernetes.io/version: "1.0.0" | ||||||
|  | @ -29,7 +29,7 @@ kind: ServiceAccount | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-httpbin |   name: oauth2-proxy-example-httpbin | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: httpbin-1.0.0 |     helm.sh/chart: httpbin-1.0.1 | ||||||
|     app.kubernetes.io/name: httpbin |     app.kubernetes.io/name: httpbin | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "latest" |     app.kubernetes.io/version: "latest" | ||||||
|  | @ -167,7 +167,7 @@ kind: Service | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-hello-world |   name: oauth2-proxy-example-hello-world | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: hello-world-1.0.0 |     helm.sh/chart: hello-world-1.0.1 | ||||||
|     app.kubernetes.io/name: hello-world |     app.kubernetes.io/name: hello-world | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "1.0.0" |     app.kubernetes.io/version: "1.0.0" | ||||||
|  | @ -189,7 +189,7 @@ kind: Service | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-httpbin |   name: oauth2-proxy-example-httpbin | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: httpbin-1.0.0 |     helm.sh/chart: httpbin-1.0.1 | ||||||
|     app.kubernetes.io/name: httpbin |     app.kubernetes.io/name: httpbin | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "latest" |     app.kubernetes.io/version: "latest" | ||||||
|  | @ -312,7 +312,7 @@ kind: Deployment | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-hello-world |   name: oauth2-proxy-example-hello-world | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: hello-world-1.0.0 |     helm.sh/chart: hello-world-1.0.1 | ||||||
|     app.kubernetes.io/name: hello-world |     app.kubernetes.io/name: hello-world | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "1.0.0" |     app.kubernetes.io/version: "1.0.0" | ||||||
|  | @ -359,7 +359,7 @@ kind: Deployment | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-httpbin |   name: oauth2-proxy-example-httpbin | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: httpbin-1.0.0 |     helm.sh/chart: httpbin-1.0.1 | ||||||
|     app.kubernetes.io/name: httpbin |     app.kubernetes.io/name: httpbin | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "latest" |     app.kubernetes.io/version: "latest" | ||||||
|  | @ -495,7 +495,7 @@ kind: Ingress | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-hello-world |   name: oauth2-proxy-example-hello-world | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: hello-world-1.0.0 |     helm.sh/chart: hello-world-1.0.1 | ||||||
|     app.kubernetes.io/name: hello-world |     app.kubernetes.io/name: hello-world | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "1.0.0" |     app.kubernetes.io/version: "1.0.0" | ||||||
|  | @ -520,7 +520,7 @@ kind: Ingress | ||||||
| metadata: | metadata: | ||||||
|   name: oauth2-proxy-example-httpbin |   name: oauth2-proxy-example-httpbin | ||||||
|   labels: |   labels: | ||||||
|     helm.sh/chart: httpbin-1.0.0 |     helm.sh/chart: httpbin-1.0.1 | ||||||
|     app.kubernetes.io/name: httpbin |     app.kubernetes.io/name: httpbin | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |     app.kubernetes.io/instance: oauth2-proxy-example | ||||||
|     app.kubernetes.io/version: "latest" |     app.kubernetes.io/version: "latest" | ||||||
|  | @ -561,45 +561,3 @@ spec: | ||||||
|             backend: |             backend: | ||||||
|               serviceName: oauth2-proxy-example-oauth2-proxy-sample |               serviceName: oauth2-proxy-example-oauth2-proxy-sample | ||||||
|               servicePort: 80 |               servicePort: 80 | ||||||
| --- |  | ||||||
| # Source: kubernetes/charts/hello-world/templates/tests/test-connection.yaml |  | ||||||
| apiVersion: v1 |  | ||||||
| kind: Pod |  | ||||||
| metadata: |  | ||||||
|   name: "oauth2-proxy-example-hello-world-test-connection" |  | ||||||
|   labels: |  | ||||||
|     helm.sh/chart: hello-world-1.0.0 |  | ||||||
|     app.kubernetes.io/name: hello-world |  | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |  | ||||||
|     app.kubernetes.io/version: "1.0.0" |  | ||||||
|     app.kubernetes.io/managed-by: Helm |  | ||||||
|   annotations: |  | ||||||
|     "helm.sh/hook": test-success |  | ||||||
| spec: |  | ||||||
|   containers: |  | ||||||
|     - name: wget |  | ||||||
|       image: busybox |  | ||||||
|       command: ['wget'] |  | ||||||
|       args: ['oauth2-proxy-example-hello-world:9080'] |  | ||||||
|   restartPolicy: Never |  | ||||||
| --- |  | ||||||
| # Source: kubernetes/charts/httpbin/templates/tests/test-connection.yaml |  | ||||||
| apiVersion: v1 |  | ||||||
| kind: Pod |  | ||||||
| metadata: |  | ||||||
|   name: "oauth2-proxy-example-httpbin-test-connection" |  | ||||||
|   labels: |  | ||||||
|     helm.sh/chart: httpbin-1.0.0 |  | ||||||
|     app.kubernetes.io/name: httpbin |  | ||||||
|     app.kubernetes.io/instance: oauth2-proxy-example |  | ||||||
|     app.kubernetes.io/version: "latest" |  | ||||||
|     app.kubernetes.io/managed-by: Helm |  | ||||||
|   annotations: |  | ||||||
|     "helm.sh/hook": test-success |  | ||||||
| spec: |  | ||||||
|   containers: |  | ||||||
|     - name: wget |  | ||||||
|       image: busybox |  | ||||||
|       command: ['wget'] |  | ||||||
|       args: ['oauth2-proxy-example-httpbin:80'] |  | ||||||
|   restartPolicy: Never |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue