Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add imagePullSecrets option to podconfig #16

Merged
merged 1 commit into from
Sep 25, 2023
Merged

add imagePullSecrets option to podconfig #16

merged 1 commit into from
Sep 25, 2023

Conversation

markstubb
Copy link
Contributor

This should allow the end user to use a -podconfig yaml to specify affinity and imagePullSecrets for the scand-agent pod that scand-manager launches.

@markstubb markstubb requested review from ak1394 and isamauny July 18, 2023 22:42
@markstubb
Copy link
Contributor Author

example podconfig.yml is

apiVersion: v1
kind: PodSpec
affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchExpressions:
        - key: scandallowed
          operator: In
          values:
          - "true"
imagePullSecrets:
  - name: secret1
  - name: secret2

@ak1394 ak1394 merged commit 8c8ed97 into master Sep 25, 2023
@ak1394 ak1394 deleted the repo-secrets branch September 25, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants