Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imwithye committed Jul 12, 2024
1 parent e4fac33 commit c69ab76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/instance/detailed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ spec:
- test.example.com
ip: "1.2.3.4"
agentPermissionsRules:
- apiGroups: ["batch"]
- resources: ["jobs"]
- verbs: ["create"]
- apiGroups: [ "batch" ]
resources: [ "jobs" ]
verbs: [ "create" ]
fqdn: "instance.example.com"
argocdConfigMap:
# When configuring the `argocdConfigMap`, make sure to specify the following keys (from "exec.enabled", to "users.anonymous.enabled")
Expand Down

0 comments on commit c69ab76

Please sign in to comment.