Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank Sinha committed Jun 3, 2018
1 parent fdc1870 commit 1270526
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build:
- sed -i -e "s/dbname/${DB_NAME}/g" app-code/config.php
- sed -i -e "s/username/${DB_USERNAME}/g" app-code/config.php
- sed -i -e "s/password/${DB_PASSWORD}/g" app-code/config.php
- cat app-code/config.php

script:
- echo "Building Dockerfile-based application..."
Expand Down
15 changes: 15 additions & 0 deletions bot-rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: bot-rbac
subjects:
- kind: ServiceAccount
# Reference to upper's `metadata.name`
name: default
# Reference to upper's `metadata.namespace`
namespace: default
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io

0 comments on commit 1270526

Please sign in to comment.