This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am zloeber on github. | |
* I am zloeber (https://keybase.io/zloeber) on keybase. | |
* I have a public key ASBOs716i1Js9FIAr-c1ozV8HUyal6AIrI1Gr-HKQlwzQAo | |
To claim this, I am signing this object: |
This file contains 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
name: $(BuildDefinitionName).$(DayOfYear)$(Rev:.r) | |
trigger: | |
batch: true | |
branches: | |
include: | |
- master | |
- develop | |
# Don't trigger on PRs | |
pr: none |
This file contains 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
git checkout develop | |
make new/post some_awesome_content.md | |
hugo new content/posts/new_blog_post.md | |
git add --all . && git commit -m 'post: some awesome content added' | |
git push origin develop |
This file contains 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
git checkout master | |
git merge develop | |
git add --all . && git commit -m 'post: some awesome content approved to publish' |
This file contains 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
- events: ["presync"] | |
showlogs: true | |
command: "/bin/sh" | |
args: | |
- "-c" | |
- >- | |
kubectl get namespace "{{`{{ .Release.Namespace }}`}}" >/dev/null 2>&1 || kubectl create namespace "{{`{{ .Release.Namespace }}`}}"; |
This file contains 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
plugin install https://github.com/thomastaylor312/helm-namespace |
This file contains 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
helm plugin install https://github.com/aslafy-z/helm-git.git |
This file contains 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
az extension add --name azure-devops |
This file contains 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
{ | |
"authorized": true, | |
"description": "SuperSecret Variable Group (SuperSecretVault)", | |
"name": "SuperSecret", | |
"type": "AzureKeyVault", | |
"variableGroupProjectReferences": [ | |
{ | |
"projectReference": { | |
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", | |
"name": "MyADOProject" |
This file contains 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
{ | |
"authorized": true, | |
"description": "${description}", | |
"name": "${name}", | |
"type": "AzureKeyVault", | |
"variableGroupProjectReferences": [ | |
{ | |
"projectReference": { | |
"id": "${project_id}", | |
"name": "${project_name}" |
OlderNewer