Skip to content

Commit

Permalink
Add dependency for volcano chart
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Mar 19, 2019
1 parent cc899d1 commit d9ec90e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions installer/chart/volcano/plugins/gen-admission-secret/gen-admission-secret.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ This script uses k8s' CertificateSigningRequest API to a generate a
certificate signed by k8s CA suitable for use with webhook
services. This requires permissions to create and approve CSR. See
https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster for
detailed explantion and additional instructions.
detailed explanation and additional instructions.
The server key/cert k8s CA cert are stored in a k8s secret.
usage: ${0} [OPTIONS]
The following flags are required.
--service Service name of webhook.
--namespace Namespace where webhook service and secret reside.
--secret Secret name for CA certificate and server certificate/key pair.
EOF
exit 1
exit 0
}

while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit d9ec90e

Please sign in to comment.