Browse Source

Removed comment from k8s deploy script

pull/408/merge
Ramón Tomás 7 years ago
parent
commit
dbd7636e87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deploy.ps1

+ 1
- 1
k8s/deploy.ps1 View File

@ -104,7 +104,7 @@ ExecKube -cmd 'delete configmap config-files'
ExecKube -cmd 'delete configmap urls'
ExecKube -cmd 'delete configmap externalcfg'
# start sql, rabbitmq, frontend deploymentsExecKube -cmd 'delete configmap config-files'
# start sql, rabbitmq, frontend deployments
ExecKube -cmd 'create configmap config-files --from-file=nginx-conf=nginx.conf'
ExecKube -cmd 'label configmap config-files app=eshop'


Loading…
Cancel
Save