- Runner deployment with host mode execution and kubectl access - RBAC for creating Kaniko build pods - Workflow triggers on push to main: Kaniko build → registry push → gitops update → ArgoCD sync Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
156 B
YAML
9 lines
156 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: runner-secret
|
|
namespace: build
|
|
type: Opaque
|
|
stringData:
|
|
token: "LfMBBZOvAHsP4YTBHyl8gwVPYKTxQLLXsMB7YlCy"
|