Skip to content

Commit

Permalink
Add fields to set ServiceAccount labels/annoations
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Sep 12, 2023
1 parent 46c3cb6 commit 1b21df0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
pulp-operator:
- apiVersion: v2
appVersion: 1.0.0-beta.1
created: "2023-09-11T10:16:19.911339667-03:00"
created: "2023-09-12T16:51:22.10156839-03:00"
description: A Helm chart to install pulp-operator
digest: c3e8f514ca05def58da7d956aac713e1dc9ffb191d288542bc5b6f3de625678b
digest: 72470f1039477f6dc1629df904b3325bff8b761d73c44f15024e6f3e84383b08
name: pulp-operator
type: application
urls:
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.3-beta.1/pulp-operator-0.1.0.tgz
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.4-beta.1/pulp-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-09-11T10:16:19.90654677-03:00"
generated: "2023-09-12T16:51:22.091330386-03:00"
12 changes: 12 additions & 0 deletions helm-charts/templates/pulp-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6374,6 +6374,18 @@ spec:
description: Name of the secret with the certificates/keys used by
route encryption
type: string
sa_annotations:
additionalProperties:
type: string
description: ServiceAccount.metadata.annotations that will be used
in Pulp pods.
type: object
sa_labels:
additionalProperties:
type: string
description: ServiceAccount.metadata.labels that will be used in Pulp
pods.
type: object
signing_scripts_configmap:
description: 'ConfigMap where the signing scripts are stored. Default:
<operators''s name>-"-signing-scripts"'
Expand Down

0 comments on commit 1b21df0

Please sign in to comment.