This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copy the secret. | |
| kubectl get secret jx-basic-auth --namespace=jx --export -o yaml | | |
| kubectl apply --namespace=jx-stagin -f - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Seed Function | |
| * (sails.config.bootstrap) | |
| * | |
| * A function that runs just before your Sails app gets lifted. | |
| * > Need more flexibility? You can also create a hook. | |
| * | |
| * For more information on seeding your app with fake data, check out: | |
| * https://sailsjs.com/config/bootstrap | |
| */ |
OlderNewer