Jonathan Christison
8727bff831
We really need to set these to template values, every redeploy will
...
break this
3 years ago
Jonathan Christison
82fbf480ec
Set the correct namespace
...
Extra steps also required -
`tkn hub install task git-clone`
3 years ago
Jonathan Christison
721c0ad374
Revert "Try setting the principle in the kt file"
...
This reverts commit ce845c9ade .
3 years ago
Jonathan Christison
ce845c9ade
Try setting the principle in the kt file
3 years ago
Jonathan Christison
161651f61e
Create the schema initially for blank db
3 years ago
Jonathan Christison
6da7606ad7
Use an alternate DB in the postgres instance
3 years ago
Jonathan Christison
dc8de982f0
Minor alterations for prod deploy
3 years ago
jperezde
fcf47f8d50
Modified principal
3 years ago
Jonathan Christison
5566213fec
Pass parameters though to OSH tekton run
...
* Alter tekton pipeline/task for from source (haven't done brew builds
yet)
* Propergate scan options (no validation) it be better to cast to the
paramMapper and also have paramMapper give the re-parsed mockbuild
command
3 years ago
jperezde
16acdd3061
Modified namespace
3 years ago
jperezde
9d18e6d9cb
Added yaml files for prod
3 years ago
Jonathan Christison
5b76dcfb83
Change SA and RBAC
...
Applied SA change with `oc patch sa/osh-wrapper-client-sa --patch-file
service-account.yaml`
3 years ago
Jonathan Christison
91d7911338
Link osh SA created by quarkus with osh-wrapper-client-pull secrets
3 years ago
Jonathan Christison
4a4892c9ba
Remove service account declartion in application properties
...
This didn't work, altered RBAC to bind to osh SA instead
3 years ago
Jonathan Christison
e773802b00
Move to hack dir
...
This is a pipelineRun which will be ran from the quarkus app so it
shouldn't be deployed as part of the deployment proccess which is why
k8's dir exists
3 years ago
Jonathan Christison
23499fd7e8
Bind existing SA and tekton role
3 years ago
Jonathan Christison
b39b28dc65
Clean up of yaml files before kustomization
...
See
a9d9ca49bf
for the original repo these are ported from
3 years ago
Nicholas Caughey
1d97dcbbdb
add docker file to k8
3 years ago
Jonathan Christison
fa4ea264e2
Add a comment on how the file was created
3 years ago
Jonathan Christison
e755fe945c
Use edge TLS termination
...
Quarkus < 3.x doesn't support some of the route options, we need to
apply this YAML instead and disable auto route enable
still todo, combine yaml's into one for easier oc apply -f <COMBINED> or
have quarkus apply the snippets for us
3 years ago
Jonathan Christison
b1942b512a
Change kerberos settings
3 years ago
Jonathan Christison
2e38ec0461
Add krb5.conf to container as config map
3 years ago