Skip to content
Discussion options

You must be logged in to vote

Okay so I did figure out how to add the labels. If anyone else is wondering:

template:
  metadata:
    labels:
      label: common-fargate
      eks.amazonaws.com/fargate-profile: "gh-runners-rss"
  spec:
    containers:
      - name: runner
        image: ***
        command: ["/home/runner/run.sh"]

Looks like since im using dind it wont work with fargate since fargate doesnt allow privileged. Looking into that next!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Link-
Comment options

Answer selected by Link-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants