Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pedjak committed Nov 24, 2023
1 parent e5e5637 commit e77416a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ jobs:
uses: pedjak/crossplane-diff-action@action
with:
dir: examples
<<<<<<< HEAD
github-token: ${{ secrets.GITHUB_TOKEN }}
=======
token: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> 4432273 (wip)
3 changes: 2 additions & 1 deletion examples/xr-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ kind: XCluster
metadata:
name: aws-spoke-01
annotations:
foo: "3"
crossplane.io/render-composition-path: apis/cluster/composition.yaml
crossplane.io/render-function-path: examples/functions.yaml
spec:
parameters:
id: aws-spoke-02
region: us-west-2
region: us-west-1
version: "1.26"
nodes:
count: 5
Expand Down

0 comments on commit e77416a

Please sign in to comment.