Skip to content

Commit

Permalink
update argo upstream manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun committed May 4, 2023
1 parent fb6c430 commit d75a28c
Show file tree
Hide file tree
Showing 98 changed files with 27,891 additions and 6,479 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ upstreamLock:
repo: https://github.com/argoproj/argo-workflows
directory: /manifests
ref: v3.4.7
commit: 621b0d1a8e09634666ebe403ee7b8fc29db1dc4e
commit: f2292647c5a6be2f888447a1fef71445cc05b8fd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata: # kpt-merge: /argo-server
name: argo-server
annotations:
internal.kpt.dev/upstream-identifier: 'apps|Deployment|default|argo-server'
spec:
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ apiVersion: v1
kind: ServiceAccount
metadata: # kpt-merge: /argo-server
name: argo-server
annotations:
internal.kpt.dev/upstream-identifier: '|ServiceAccount|default|argo-server'
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata: # kpt-merge: /argo-server
name: argo-server
annotations:
internal.kpt.dev/upstream-identifier: '|Service|default|argo-server'
spec:
selector:
app: argo-server
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata: # kpt-merge: /workfloweventbindings.argoproj.io
name: workfloweventbindings.argoproj.io
annotations:
internal.kpt.dev/upstream-identifier: 'apiextensions.k8s.io|CustomResourceDefinition|default|workfloweventbindings.argoproj.io'
spec:
group: argoproj.io
names:
Expand Down Expand Up @@ -55,6 +57,29 @@ spec:
type: object
archiveLogs:
type: boolean
artifactGC:
properties:
podMetadata:
properties:
annotations:
additionalProperties:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
type: object
serviceAccountName:
type: string
strategy:
enum:
- ""
- OnWorkflowCompletion
- OnWorkflowDeletion
- Never
type: string
type: object
artifactory:
properties:
passwordSecret:
Expand Down Expand Up @@ -84,6 +109,34 @@ spec:
required:
- url
type: object
azure:
properties:
accountKeySecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
blob:
type: string
container:
type: string
endpoint:
type: string
useSDKCreds:
type: boolean
required:
- blob
- container
- endpoint
type: object
deleted:
type: boolean
from:
type: string
fromExpression:
Expand All @@ -110,6 +163,8 @@ spec:
type: object
git:
properties:
branch:
type: string
depth:
format: int64
type: integer
Expand All @@ -136,6 +191,8 @@ spec:
type: string
revision:
type: string
singleBranch:
type: boolean
sshPrivateKeySecret:
properties:
key:
Expand Down Expand Up @@ -219,6 +276,110 @@ spec:
type: object
http:
properties:
auth:
properties:
basicAuth:
properties:
passwordSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
usernameSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
clientCert:
properties:
clientCertSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
clientKeySecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
oauth2:
properties:
clientIDSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
clientSecretSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
endpointParams:
items:
properties:
key:
type: string
value:
type: string
required:
- key
type: object
type: array
scopes:
items:
type: string
type: array
tokenURLSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
headers:
items:
properties:
Expand Down
Loading

0 comments on commit d75a28c

Please sign in to comment.