Skip to content
Open

ss #2

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions serviceAccount.yaml → k8s/serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: jenkins-admin
namespace: devops-tools
namespace: jenkins

---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -27,4 +27,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: jenkins-admin
namespace: devops-tools
namespace: jenkins
File renamed without changes.