Skip to content

Commit

Permalink
setting up the examples properly
Browse files Browse the repository at this point in the history
  • Loading branch information
suvaanshkumar committed Jan 21, 2025
1 parent feb71f0 commit dc962db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 58 deletions.
44 changes: 0 additions & 44 deletions .devcontainer/devcontainer.json

This file was deleted.

6 changes: 3 additions & 3 deletions examples/manifests/providerconfigartifactory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ spec:
credentials:
source: Secret
secretRef:
name: artifactory-credentials
namespace: default
key: creds.json
name: example-creds
namespace: crossplane-system
key: credentials
8 changes: 8 additions & 0 deletions examples/manifests/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: example-creds
namespace: crossplane-system
type: Opaque
data:
credentials: <base64 encoded creds.json file>
11 changes: 0 additions & 11 deletions examples/providerconfig/providerconfig.yaml

This file was deleted.

File renamed without changes.

0 comments on commit dc962db

Please sign in to comment.