Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubesec-webhook helm chart #5

Merged
merged 2 commits into from
Sep 15, 2019
Merged

Conversation

praveendhac
Copy link
Contributor

Deployed using

$ helm install --namespace pd-test-my-chart --debug ./kubesec-webhook -n kubesec

deployment status

$ helm ls
NAME                	REVISION	UPDATED                 	STATUS  	CHART                       	APP VERSION	NAMESPACE
kubesec             	1       	Sun Sep 15 05:16:10 2019	DEPLOYED	kubesec-webhook-0.1.0       	1.0        	pd-test-my-chart

$ kubectl get all -n pd-test-my-chart
NAME                                           READY   STATUS    RESTARTS   AGE
pod/kubesec-kubesec-webhook-75f7bd4c98-qw792   1/1     Running   0          36s

NAME                      TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)   AGE
service/kubesec-webhook   ClusterIP   100.66.133.106   <none>        443/TCP   37s

NAME                                      READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/kubesec-kubesec-webhook   1/1     1            1           37s

NAME                                                 DESIRED   CURRENT   READY   AGE
replicaset.apps/kubesec-kubesec-webhook-75f7bd4c98   1         1         1       36s

@praveendhac
Copy link
Contributor Author

Related to #2

@sublimino sublimino merged commit b35ac10 into controlplaneio:master Sep 15, 2019
@sublimino
Copy link
Member

Thanks again @praveendhac 👍

@sublimino sublimino mentioned this pull request Sep 15, 2019
@stefanprodan
Copy link
Member

The chart comes with hardcoded certs but this shouldn't be the case since Helm can generate certs with genSignedCert .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants