Skip to content

Commit

Permalink
fix: msteams pipeline [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Nov 23, 2020
1 parent a92b299 commit f7c2640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
21 changes: 2 additions & 19 deletions tpl/.drone.tpl.msteams.yml
Expand Up @@ -67,7 +67,7 @@ steps:
CLUSTER: __CLUSTER
CLOUD: __CLOUD
depends_on:
- maintenance
- deploy
settings:
webhook: __WEBHOOK
content:
Expand All @@ -84,7 +84,7 @@ steps:
CLUSTER: __CLUSTER
CLOUD: __CLOUD
depends_on:
- maintenance
- deploy
settings:
webhook: __WEBHOOK
content:
Expand All @@ -94,20 +94,3 @@ steps:
when:
status:
- failure

# - name: slack-RedKubes-error
# image: plugins/slack
# environment:
# CLUSTER: __CLUSTER
# CLOUD: __CLOUD
# depends_on:
# - maintenance
# settings:
# webhook: __WEBHOOK_REDKUBES
# channel: mon-otomi
# username: Drone
# template: >
# Failed syncing cluster '__CLOUD-__CLUSTER' for customer '__CUSTOMER' ;( Please take a look.
# when:
# status:
# - failure
1 change: 1 addition & 0 deletions values/jobs/keycloak.gotmpl
Expand Up @@ -35,6 +35,7 @@ tasks:
env:
KEYCLOAK_THEME_LOGIN: {{ $k | get "theme" "default" }}
secret:
# DEBUG: '*'
KEYCLOAK_ADDRESS: https://keycloak.{{ $v.cluster.domain }}
KEYCLOAK_ADMIN: {{ $k | get "admin.username" "admin" }}
KEYCLOAK_ADMIN_PASSWORD: {{ $k | get "admin.password" "bladibla" }}
Expand Down

0 comments on commit f7c2640

Please sign in to comment.